CVE-2026-49295

Source
https://cve.org/CVERecord?id=CVE-2026-49295
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-49295.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-49295
Aliases
  • GHSA-g2rg-wj66-w594
Downstream
Published
2026-06-19T20:09:22Z
Modified
2026-08-18T18:49:49Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H CVSS Calculator
Summary
libde265 has an out-of-bounds write in process_reference_picture_set via predicted short-term RPS
Details

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted H.265 bitstream can cause an out-of-bounds array write in decoder_context::process_reference_picture_set() (libde265/decctx.cc:1376). The root cause is a missing aggregate bound check on predicted short-term reference picture set entries. Individual list sizes are validated, but the combined count after predicted RPS construction can exceed the 16-entry PocStFoll array, writing at index 16. Version 1.0.20 patches the issue.

Database specific
{
    "cna_assigner":  "GitHub_M",
    "cwe_ids":  [
        "CWE-787"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49295.json",
    "unresolved_ranges":  [
        {
            "extracted_events":  [
                {
                    "fixed":  "1.0.20"
                }
            ],
            "source":  "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/strukturag/libde265

Affected ranges

Type
GIT
Repo
https://github.com/strukturag/libde265
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source":  "REFERENCES"
}

Affected versions

v0.*
v0.1
v0.2
v0.3
v0.4
v0.5
v1.*
v1.0.0
v1.0.10
v1.0.11
v1.0.12
v1.0.13
v1.0.14
v1.0.15
v1.0.16
v1.0.17
v1.0.18
v1.0.19
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.0.7
v1.0.8
v1.0.9

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-49295.json"
vanir_signatures
[
    {
        "deprecated":  false,
        "digest":  {
            "function_hash":  "185876099131897805985356076882030507811",
            "length":  5051
        },
        "id":  "CVE-2026-49295-9b9a0073",
        "signature_type":  "Function",
        "signature_version":  "v1",
        "source":  "https://github.com/strukturag/libde265/commit/691f3a3c55b3d32478c4a49895dee061a282652b",
        "target":  {
            "file":  "libde265/refpic.cc",
            "function":  "read_short_term_ref_pic_set"
        }
    },
    {
        "deprecated":  false,
        "digest":  {
            "line_hashes":  [
                "267814789035677859489239473601010692706",
                "110779590750914844575497902730317535536",
                "269813069099218270055283180152004736873"
            ],
            "threshold":  0.9
        },
        "id":  "CVE-2026-49295-c5eed8d5",
        "signature_type":  "Line",
        "signature_version":  "v1",
        "source":  "https://github.com/strukturag/libde265/commit/691f3a3c55b3d32478c4a49895dee061a282652b",
        "target":  {
            "file":  "libde265/refpic.cc"
        }
    }
]
vanir_signatures_modified
"2026-08-18T18:49:49Z"