CVE-2024-32036

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-32036
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-32036.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-32036
Aliases
Published
2024-04-15T20:08:44Z
Modified
2025-11-04T20:20:18.024347Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N CVSS Calculator
Summary
SixLabors.ImageSharp vulnerable to data leakage
Details

ImageSharp is a 2D graphics API. A data leakage flaw was found in ImageSharp's JPEG and TGA decoders. This vulnerability is triggered when an attacker passes a specially crafted JPEG or TGA image file to a software using ImageSharp, potentially disclosing sensitive information from other parts of the software in the resulting image buffer. The problem has been patched in v3.1.4 and v2.1.8.

Database specific
{
    "cwe_ids": [
        "CWE-226"
    ]
}
References

Affected packages

Git / github.com/sixlabors/imagesharp

Affected ranges

Type
GIT
Repo
https://github.com/sixlabors/imagesharp
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.1.8"
        }
    ]
}
Type
GIT
Repo
https://github.com/sixlabors/imagesharp
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.1.4"
        }
    ]
}

Affected versions

v1.*

v1.0.3

v2.*

v2.0.0
v2.1.0
v2.1.1
v2.1.2
v2.1.3
v2.1.4
v2.1.5
v2.1.6
v2.1.7

v3.*

v3.0.0
v3.0.1
v3.1.0
v3.1.1
v3.1.2
v3.1.3