mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-35pq-7pv2-2rfw
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-35pq-7pv2-2rfw",
|
||||
"modified": "2025-01-22T18:10:58Z",
|
||||
"published": "2025-01-22T18:10:58Z",
|
||||
"aliases": [
|
||||
"CVE-2025-24027"
|
||||
],
|
||||
"summary": "ps_contactinfo has a potential XSS due to usage of the nofilter tag in template",
|
||||
"details": "### Impact\nThis can not be exploited in a fresh install of PrestaShop, only shops made vulnerable by third party modules are concerned. \n\nFor example, if your shop has a third party module vulnerable to SQL injections, then ps_contactinfo might execute a stored XSS in FO.\n\n### Patches\nThe long term fix is to have all your modules maintained and updated.\nThe fix on ps_contactinfo will keep formatted addresses from displaying an xss stored in the database.\n\n### Workarounds\nnone\n\n### References\nnone",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "prestashop/ps_contactinfo"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "3.3.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"last_known_affected_version_range": "<= 3.3.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/PrestaShop/ps_contactinfo/security/advisories/GHSA-35pq-7pv2-2rfw"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24027"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/PrestaShop/ps_contactinfo/commit/d60f9a5634b4fc2d3a8831fb08fe2e1f23cbfa39"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/PrestaShop/ps_contactinfo"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-79"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-01-22T18:10:58Z",
|
||||
"nvd_published_at": "2025-01-22T15:15:27Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user