Skip to content

Commit

Permalink
Publish Advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Dec 27, 2024
1 parent 6a63b8e commit 121f818
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qx95-cwh6-9mvq",
"modified": "2024-12-27T15:31:50Z",
"modified": "2024-12-27T21:07:38Z",
"published": "2024-12-27T06:30:48Z",
"aliases": [
"CVE-2024-56527"
],
"summary": "TCPDF missing character escape on error messages",
"details": "An issue was discovered in TCPDF before 6.8.0. The Error function lacks an htmlspecialchars call for the error message.",
"severity": [],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "tecnickcom/tcpdf"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -22,6 +43,10 @@
"type": "WEB",
"url": "https://andrea0.medium.com/analysis-of-cve-2024-56527-dbdab6962add"
},
{
"type": "PACKAGE",
"url": "https://github.com/tecnickcom/TCPDF"
},
{
"type": "WEB",
"url": "https://github.com/tecnickcom/TCPDF/compare/6.7.8...6.8.0"
Expand All @@ -35,9 +60,9 @@
"cwe_ids": [
"CWE-79"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-12-27T21:07:38Z",
"nvd_published_at": "2024-12-27T06:15:23Z"
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w95c-7994-ghpr",
"modified": "2024-12-27T06:30:48Z",
"modified": "2024-12-27T21:07:22Z",
"published": "2024-12-27T06:30:48Z",
"aliases": [
"CVE-2024-56522"
],
"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.",
"severity": [],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "tecnickcom/tcpdf"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -18,6 +39,10 @@
"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"
Expand All @@ -32,10 +57,12 @@
}
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"cwe_ids": [
"CWE-697"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-12-27T21:07:22Z",
"nvd_published_at": "2024-12-27T05:15:08Z"
}
}

0 comments on commit 121f818

Please sign in to comment.