cmov
Activity
- Latest release
- 3mo ago
- Total releases
- 21
- Cadence
- ~5 days
- Last 12 months
- 14
Details
- License
- Apache-2.0 OR MIT
- First release
- Feb 11, 2022
| Version | Released | |
|---|---|---|
0.5.4
unknown
|
0.5.4
unknown
Dependencies (1)
|
|
0.5.3
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.3
unknown
Dependencies (1)
|
|
0.5.2
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.2
unknown
Dependencies (1)
|
|
0.5.1
unknown
yanked
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.1
unknown
yanked
Dependencies (1)
|
|
0.5.0
unknown
yanked
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.0
unknown
yanked
Dependencies (1)
|
|
0.5.0-pre.2
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.0-pre.2
unknown
Dependencies (1)
|
|
0.5.0-pre.1
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.0-pre.1
unknown
Dependencies (1)
|
|
0.5.0-pre.0
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.5.0-pre.0
unknown
Dependencies (1)
|
|
0.4.6
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.6
unknown
Dependencies (1)
|
|
0.4.5
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.5
unknown
Dependencies (1)
|
|
0.4.4
unknown
1 CVE
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.4
unknown
Dependencies (1)
|
|
0.4.3
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.3
unknown
yanked
Dependencies (1)
|
|
0.4.2
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.2
unknown
yanked
|
|
0.4.1
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.1
unknown
yanked
|
|
0.4.0
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.4.0
unknown
yanked
|
|
0.3.1
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.3.1
unknown
yanked
|
|
0.3.0
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.3.0
unknown
yanked
|
|
0.2.0
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.2.0
unknown
yanked
|
|
0.1.1
unknown
yanked
2 CVEs
CVE-2026-50185
GHSA-3rjw-m598-pq24
Jul 02, 2026
Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set
Medium
Network
Low
None
None
SummaryThe aarch64 implementations of DetailsThe Rust reference for inline assembly states that:
If the high bits In other words, the following assert fails, even though
Because the ninth bit is set in the original variable, this bit is also set when the truncated condition is loaded into the input register for the The problematic code is located in The following function:
produces the assembly:
which compares the 32-bits of the condition value against 0, instead of the intended 8. Similarly, the following function using
compiles to:
where 32 bits of left and right are compared instead of 16. The same happens for For CmovEq, it seems the PoCThe following two test cases fail on
ImpactUnder specific circumstances, this issue can cause Additional FindingPR #1299 fixed a different bug in the aarch64 backend but introduced a small error. The Fixed in
0.5.4
References Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.1.1
unknown
yanked
|
|
0.1.0
unknown
yanked
1 CVE
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.1.0
unknown
yanked
|
|
0.0.0
unknown
yanked
1 CVE
CVE-2026-23519
GHSA-2gqc-6j2q-83qp
RUSTSEC-2026-0003
Jan 15, 2026
RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`
High
Network
High
None
None
Summary
DetailsIt seems that, during PoCThis is an attempt at having a minimal faulty code. In a library crate with an up-to-date
The resulting assembly emitted (shown using
The non-constant time assembly is:
ImpactThe exact impact is unclear, especially since Fixed in
0.4.4
References Updated Sep 10, 2026 · Source: OSV.dev |
0.0.0
unknown
yanked
|