All intelligence
// vulnerability record
live · NVDCVE-2024-10719
MEDIUMpublished 2025-03-20 10:15 UTC · 1 year ago · modified 2026-06-17 06:56 UTC
5.4
CVSS / 10
// description
A stored cross-site scripting (XSS) vulnerability exists in phpipam version 1.5.2, specifically in the circuits options functionality. This vulnerability allows an attacker to inject malicious scripts via the 'option' parameter in the POST request to /phpipam/app/admin/circuits/edit-options-submit.php. The injected script can be executed in the context of the user's browser, leading to potential cookie theft and end-user file disclosure. The issue is fixed in version 1.7.0.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
// weaknesses (CWE)
- CWE-79