
CVE-2024-52305 – UnoPim Stored XSS : Cookie hijacking through Create User function
https://notcve.org/view.php?id=CVE-2024-52305
13 Nov 2024 — UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. A vulnerability exists in the Create User process, allowing the creation of a new admin account with an option to upload a profile image. An attacker can upload a malicious SVG file containing an embedded script. When the profile image is accessed, the embedded script executes, leading to the potential theft of session cookies. This vulnerability is fixed in 0.1.5. • https://github.com/unopim/unopim/commit/9a0da7a0892c60f58df2351b5a9498dcb4cb8b7a • CWE-616: Incomplete Identification of Uploaded File Variables (PHP) CWE-692: Incomplete Denylist to Cross-Site Scripting •

CVE-2024-50637
https://notcve.org/view.php?id=CVE-2024-50637
06 Nov 2024 — UnoPim 0.1.3 and below is vulnerable to Cross Site Scripting (XSS) in the Create User function. ¶¶ The vulnerability allows attackers to perform XSS in SVG file extension, which can be used to stealing cookies. UnoPim 0.1.3 and below is vulnerable to Cross Site Scripting (XSS) in the Create User function. This allows attackers to perform XSS via an SVG document, which can be used to steal cookies. • https://github.com/unopim/unopim/issues/41 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •