CVE-2026-79616 (GCVE-0-2026-79616)

Vulnerability from cvelistv5 – Published: 2026-09-23 09:51 – Updated: 2026-09-23 14:24
VLAI
Title
Out-of-bounds read vulnerability in Context2D.path and PathSvg.path properties impacts Qt Quick
Summary
Out-of-bounds read while parsing untrusted SVG path strings in Qt Quick's Context2D.path / PathSvg.path.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-23 14:23 UTC
CWE
Assigner
References
Impacted products
Vendor Product Version CPE status
qt qt Affected: 5.10.0 , ≤ 6.8.8 (python)
Affected: 6.9.0 , ≤ 6.11.1 (python)
    cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*
    cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*
Create a notification for this product.
Date Public
2026-09-23 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-79616",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-23T14:23:55.405900Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-09-23T14:24:23.428Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "modules": [
            "qtdeclarative"
          ],
          "product": "qt",
          "vendor": "qt",
          "versions": [
            {
              "lessThanOrEqual": "6.8.8",
              "status": "affected",
              "version": "5.10.0",
              "versionType": "python"
            },
            {
              "lessThanOrEqual": "6.11.1",
              "status": "affected",
              "version": "6.9.0",
              "versionType": "python"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*",
                  "versionEndIncluding": "6.8.8",
                  "versionStartIncluding": "5.10.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*",
                  "versionEndIncluding": "6.11.1",
                  "versionStartIncluding": "6.9.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ],
          "operator": "OR"
        }
      ],
      "datePublic": "2026-09-23T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eOut-of-bounds read while parsing untrusted SVG path strings in Qt Quick\u0027s \u003ccode\u003eContext2D.path\u003c/code\u003e / \u003ccode\u003ePathSvg.path\u003c/code\u003e.\u003c/p\u003e"
            }
          ],
          "value": "Out-of-bounds read while parsing untrusted SVG path strings in Qt Quick\u0027s Context2D.path / PathSvg.path."
        }
      ],
      "impacts": [
        {
          "capecId": "CAPEC-540",
          "descriptions": [
            {
              "lang": "en",
              "value": "CAPEC-540 Overread Buffers"
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "Automatable": "NOT_DEFINED",
            "Recovery": "USER",
            "Safety": "NOT_DEFINED",
            "attackComplexity": "LOW",
            "attackRequirements": "PRESENT",
            "attackVector": "LOCAL",
            "baseScore": 0.6,
            "baseSeverity": "LOW",
            "exploitMaturity": "UNREPORTED",
            "privilegesRequired": "LOW",
            "providerUrgency": "GREEN",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "PASSIVE",
            "valueDensity": "NOT_DEFINED",
            "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/R:U/RE:L/U:Green",
            "version": "4.0",
            "vulnAvailabilityImpact": "HIGH",
            "vulnConfidentialityImpact": "NONE",
            "vulnIntegrityImpact": "NONE",
            "vulnerabilityResponseEffort": "LOW"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-125",
              "description": "CWE-125 Out-of-bounds Read",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-23T09:51:47.834Z",
        "orgId": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
        "shortName": "Qt"
      },
      "references": [
        {
          "tags": [
            "patch"
          ],
          "url": "https://codereview.qt-project.org/c/qt/qtdeclarative/+/754718"
        }
      ],
      "source": {
        "discovery": "INTERNAL"
      },
      "title": "Out-of-bounds read vulnerability in Context2D.path and PathSvg.path properties impacts Qt Quick",
      "x_generator": {
        "engine": "Claude AI (Opus 5.5) - draft only, requires human validation before submission"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
    "assignerShortName": "Qt",
    "cveId": "CVE-2026-79616",
    "datePublished": "2026-09-23T09:51:47.834Z",
    "dateReserved": "2026-08-25T07:46:18.831Z",
    "dateUpdated": "2026-09-23T14:24:23.428Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-79616",
      "date": "2026-09-24",
      "epss": "0.00105",
      "percentile": "0.00988"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "modules": [
                  "qtdeclarative"
                ],
                "product": "qt",
                "vendor": "qt",
                "versions": [
                  {
                    "lessThanOrEqual": "6.8.8",
                    "status": "affected",
                    "version": "5.10.0",
                    "versionType": "python"
                  },
                  {
                    "lessThanOrEqual": "6.11.1",
                    "status": "affected",
                    "version": "6.9.0",
                    "versionType": "python"
                  }
                ]
              }
            ],
            "source": "a59d8014-47c4-4630-ab43-e1b13cbe58e3"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Out-of-bounds read while parsing untrusted SVG path strings in Qt Quick\u0027s Context2D.path / PathSvg.path."
          }
        ],
        "id": "CVE-2026-79616",
        "lastModified": "2026-09-24T21:08:22.573",
        "metrics": {
          "cvssMetricV40": [
            {
              "cvssData": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "USER",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "LOCAL",
                "availabilityRequirement": "NOT_DEFINED",
                "baseScore": 0.6,
                "baseSeverity": "LOW",
                "confidentialityRequirement": "NOT_DEFINED",
                "exploitMaturity": "UNREPORTED",
                "integrityRequirement": "NOT_DEFINED",
                "modifiedAttackComplexity": "NOT_DEFINED",
                "modifiedAttackRequirements": "NOT_DEFINED",
                "modifiedAttackVector": "NOT_DEFINED",
                "modifiedPrivilegesRequired": "NOT_DEFINED",
                "modifiedSubAvailabilityImpact": "NOT_DEFINED",
                "modifiedSubConfidentialityImpact": "NOT_DEFINED",
                "modifiedSubIntegrityImpact": "NOT_DEFINED",
                "modifiedUserInteraction": "NOT_DEFINED",
                "modifiedVulnAvailabilityImpact": "NOT_DEFINED",
                "modifiedVulnConfidentialityImpact": "NOT_DEFINED",
                "modifiedVulnIntegrityImpact": "NOT_DEFINED",
                "privilegesRequired": "LOW",
                "providerUrgency": "GREEN",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "PASSIVE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:U/V:X/RE:L/U:Green",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "LOW"
              },
              "source": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-79616",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-23T14:23:55.405900Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-09-23T10:17:07.803",
        "references": [
          {
            "source": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
            "url": "https://codereview.qt-project.org/c/qt/qtdeclarative/+/754718"
          }
        ],
        "sourceIdentifier": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
        "vulnStatus": "Awaiting Analysis",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-125"
              }
            ],
            "source": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-24T12:29:44+00:00",
      "cve": "CVE-2026-79616",
      "id": "CVE-2026-79616",
      "initial_release_date": "2026-09-23T09:51:47.834000+00:00",
      "product_status:known_affected": "21",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "qtdeclarative: Qt Quick: Denial of Service due to out-of-bounds read in SVG path parsing.",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-79616.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-23T17:00:39Z",
      "cve": "CVE-2026-79616",
      "id": "CVE-2026-79616",
      "initial_release_date": "2026-09-23T17:00:39Z",
      "product_status:known_affected": "810",
      "product_status:known_not_affected": "1947",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-79616",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-79616.json",
      "version": "2"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-79616",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-23T14:23:55.405900Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-23T14:24:13.991Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "modules": [
                "qtdeclarative"
              ],
              "product": "qt",
              "vendor": "qt",
              "versions": [
                {
                  "lessThanOrEqual": "6.8.8",
                  "status": "affected",
                  "version": "5.10.0",
                  "versionType": "python"
                },
                {
                  "lessThanOrEqual": "6.11.1",
                  "status": "affected",
                  "version": "6.9.0",
                  "versionType": "python"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "6.8.8",
                      "versionStartIncluding": "5.10.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:qt:qt:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "6.11.1",
                      "versionStartIncluding": "6.9.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ],
              "operator": "OR"
            }
          ],
          "datePublic": "2026-09-23T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eOut-of-bounds read while parsing untrusted SVG path strings in Qt Quick\u0027s \u003ccode\u003eContext2D.path\u003c/code\u003e / \u003ccode\u003ePathSvg.path\u003c/code\u003e.\u003c/p\u003e"
                }
              ],
              "value": "Out-of-bounds read while parsing untrusted SVG path strings in Qt Quick\u0027s Context2D.path / PathSvg.path."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-540",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-540 Overread Buffers"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "USER",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "LOCAL",
                "baseScore": 0.6,
                "baseSeverity": "LOW",
                "exploitMaturity": "UNREPORTED",
                "privilegesRequired": "LOW",
                "providerUrgency": "GREEN",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "PASSIVE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/R:U/RE:L/U:Green",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "LOW"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-125",
                  "description": "CWE-125 Out-of-bounds Read",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-23T09:51:47.834Z",
            "orgId": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
            "shortName": "Qt"
          },
          "references": [
            {
              "tags": [
                "patch"
              ],
              "url": "https://codereview.qt-project.org/c/qt/qtdeclarative/+/754718"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Out-of-bounds read vulnerability in Context2D.path and PathSvg.path properties impacts Qt Quick",
          "x_generator": {
            "engine": "Claude AI (Opus 5.5) - draft only, requires human validation before submission"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a59d8014-47c4-4630-ab43-e1b13cbe58e3",
        "assignerShortName": "Qt",
        "cveId": "CVE-2026-79616",
        "datePublished": "2026-09-23T09:51:47.834Z",
        "dateReserved": "2026-08-25T07:46:18.831Z",
        "dateUpdated": "2026-09-23T14:24:23.428Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…