Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for thorvg by thorvg

    CVE-2026-45729 (GCVE-0-2026-45729)

    Vulnerability from nvd – Published: 2026-06-01 17:18 – Updated: 2026-06-02 15:31
    VLAI
    Title
    ThorVG: Null pointer dereference in SVG loader causes crash via 6-byte malformed input
    Summary
    Thor Vector Graphics (ThorVG) is a production-ready vector graphics engine. Prior to version 1.0.5, a null pointer dereference in SvgLoader::run() allows any caller that passes untrusted SVG data to Picture::load() to crash the process with a 6-byte payload. This issue has been patched in version 1.0.5.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-476 - NULL Pointer Dereference
    Assigner
    Impacted products
    Vendor Product Version
    thorvg thorvg Affected: < 1.0.5
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-45729",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-02T15:31:10.476371Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-02T15:31:39.686Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/thorvg/thorvg/security/advisories/GHSA-f863-8ghq-7h64"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "thorvg",
              "vendor": "thorvg",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 1.0.5"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Thor Vector Graphics (ThorVG) is a production-ready vector graphics engine. Prior to version 1.0.5, a null pointer dereference in SvgLoader::run() allows any caller that passes untrusted SVG data to Picture::load() to crash the process with a 6-byte payload. This issue has been patched in version 1.0.5."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 4.3,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-476",
                  "description": "CWE-476: NULL Pointer Dereference",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-01T17:18:36.254Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/thorvg/thorvg/security/advisories/GHSA-f863-8ghq-7h64",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/thorvg/thorvg/security/advisories/GHSA-f863-8ghq-7h64"
            },
            {
              "name": "https://github.com/thorvg/thorvg/pull/4387",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/thorvg/thorvg/pull/4387"
            },
            {
              "name": "https://github.com/thorvg/thorvg/commit/159f44fd5e3d2eea1b3a70689a894e657e2bb079",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/thorvg/thorvg/commit/159f44fd5e3d2eea1b3a70689a894e657e2bb079"
            },
            {
              "name": "https://github.com/thorvg/thorvg/releases/tag/v1.0.5",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/thorvg/thorvg/releases/tag/v1.0.5"
            }
          ],
          "source": {
            "advisory": "GHSA-f863-8ghq-7h64",
            "discovery": "UNKNOWN"
          },
          "title": "ThorVG: Null pointer dereference in SVG loader causes crash via 6-byte malformed input"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-45729",
        "datePublished": "2026-06-01T17:18:36.254Z",
        "dateReserved": "2026-05-13T05:51:48.667Z",
        "dateUpdated": "2026-06-02T15:31:39.686Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-45729 (GCVE-0-2026-45729)

    Vulnerability from cvelistv5 – Published: 2026-06-01 17:18 – Updated: 2026-06-02 15:31
    VLAI
    Title
    ThorVG: Null pointer dereference in SVG loader causes crash via 6-byte malformed input
    Summary
    Thor Vector Graphics (ThorVG) is a production-ready vector graphics engine. Prior to version 1.0.5, a null pointer dereference in SvgLoader::run() allows any caller that passes untrusted SVG data to Picture::load() to crash the process with a 6-byte payload. This issue has been patched in version 1.0.5.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-476 - NULL Pointer Dereference
    Assigner
    Impacted products
    Vendor Product Version
    thorvg thorvg Affected: < 1.0.5
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-45729",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-02T15:31:10.476371Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-02T15:31:39.686Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/thorvg/thorvg/security/advisories/GHSA-f863-8ghq-7h64"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "thorvg",
              "vendor": "thorvg",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 1.0.5"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Thor Vector Graphics (ThorVG) is a production-ready vector graphics engine. Prior to version 1.0.5, a null pointer dereference in SvgLoader::run() allows any caller that passes untrusted SVG data to Picture::load() to crash the process with a 6-byte payload. This issue has been patched in version 1.0.5."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 4.3,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-476",
                  "description": "CWE-476: NULL Pointer Dereference",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-01T17:18:36.254Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/thorvg/thorvg/security/advisories/GHSA-f863-8ghq-7h64",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/thorvg/thorvg/security/advisories/GHSA-f863-8ghq-7h64"
            },
            {
              "name": "https://github.com/thorvg/thorvg/pull/4387",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/thorvg/thorvg/pull/4387"
            },
            {
              "name": "https://github.com/thorvg/thorvg/commit/159f44fd5e3d2eea1b3a70689a894e657e2bb079",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/thorvg/thorvg/commit/159f44fd5e3d2eea1b3a70689a894e657e2bb079"
            },
            {
              "name": "https://github.com/thorvg/thorvg/releases/tag/v1.0.5",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/thorvg/thorvg/releases/tag/v1.0.5"
            }
          ],
          "source": {
            "advisory": "GHSA-f863-8ghq-7h64",
            "discovery": "UNKNOWN"
          },
          "title": "ThorVG: Null pointer dereference in SVG loader causes crash via 6-byte malformed input"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-45729",
        "datePublished": "2026-06-01T17:18:36.254Z",
        "dateReserved": "2026-05-13T05:51:48.667Z",
        "dateUpdated": "2026-06-02T15:31:39.686Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }