{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "8.18.3"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "dc945573e15d598054e701c65b90a35b16b19304"
            },
            {
              "fixed": "3664cfc5dc2c5661288f5bf5a85ccc51c64c1626"
            }
          ],
          "repo": "https://github.com/libvips/libvips",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-fh99-55jf-5hj3"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-122"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/70xxx/CVE-2026-70653.json"
  },
  "details": "libvips is a fast image processing library with low memory needs. Prior to version 8.18.3, the old-style Radiance RLE decoder in libvips/foreign/radiance.c can process a repeat marker at the beginning of a scanline in scanline_read_old and read q[-1] before any prior pixel exists. A crafted Radiance image loaded through VipsForeignLoadRad can therefore disclose four bytes of adjacent heap data, most likely other image data. This issue is fixed in version 8.18.3.",
  "id": "CVE-2026-70653",
  "modified": "2026-08-23T03:42:53.130957350Z",
  "published": "2026-08-20T21:06:26.424Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/libvips/libvips/releases/tag/v8.18.3"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/70xxx/CVE-2026-70653.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/libvips/libvips/security/advisories/GHSA-fh99-55jf-5hj3"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-70653"
    },
    {
      "type": "FIX",
      "url": "https://github.com/libvips/libvips/commit/dc945573e15d598054e701c65b90a35b16b19304"
    },
    {
      "type": "FIX",
      "url": "https://github.com/libvips/libvips/pull/5037"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "libvips: Possible heap-based buffer read overflow when decoding a well-crafted RLE Radiance image"
}