RUSTSEC-2026-0115

Source
https://rustsec.org/advisories/RUSTSEC-2026-0115
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2026-0115.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2026-0115
Aliases
Related
  • https://github.com/image-rs/imageproc/pull/778
Published
2026-05-01T12:00:00Z
Modified
2026-05-07T08:56:41Z
Summary
Fragile bounds check when sampling from image
Details

A read of pixels was coded as modifying coordinates to lie within the image bounds. It would calculate a coordinate by adding a constant to an input and taking the minimum of the resulting coordinate and 'dimension - 1'. This would not protect against malicious inputs that could overflow the addition. . Subsequently to the tricked bounds check the image could then be sampled at multiple, differently calculated coordinates exceeding the bounds.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / imageproc

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.24.0
Fixed
0.24.1
Introduced
0.25.0
Fixed
0.25.1
Introduced
0.26.0
Fixed
0.26.2

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "arch": [],
        "os": [],
        "functions": [
            "imageproc::binary_descriptors::brief"
        ]
    }
}

Database specific

informational
"unsound"
categories
[
    "memory-exposure"
]
cvss
null
source
"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2026-0115.json"