ghsa-w95c-7994-ghpr
Vulnerability from github
Published
2024-12-27 06:30
Modified
2024-12-30 18:44
Severity ?
Summary
TCPDF has incorrect comparison
Details
An issue was discovered in TCPDF before 6.8.0. unserializeTCPDFtag uses != (aka loose comparison) and does not use a constant-time function to compare TCPDF tag hashes.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "tecnickcom/tcpdf" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.8.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-56522" ], "database_specific": { "cwe_ids": [ "CWE-697", "CWE-843" ], "github_reviewed": true, "github_reviewed_at": "2024-12-27T21:07:22Z", "nvd_published_at": "2024-12-27T05:15:08Z", "severity": "HIGH" }, "details": "An issue was discovered in TCPDF before 6.8.0. unserializeTCPDFtag uses != (aka loose comparison) and does not use a constant-time function to compare TCPDF tag hashes.", "id": "GHSA-w95c-7994-ghpr", "modified": "2024-12-30T18:44:43Z", "published": "2024-12-27T06:30:48Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56522" }, { "type": "WEB", "url": "https://github.com/tecnickcom/TCPDF/commit/d54b97cec33f4f1a5ad81119a82085cad93cec89" }, { "type": "PACKAGE", "url": "https://github.com/tecnickcom/TCPDF" }, { "type": "WEB", "url": "https://github.com/tecnickcom/TCPDF/compare/6.7.8...6.8.0" }, { "type": "WEB", "url": "https://tcpdf.org" }, { "type": "WEB", "url": "https://www.php.net/manual/en/types.comparisons.php" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "TCPDF has incorrect comparison" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.