CVE-2025-47204: Bootstrap Multiselect Vulnerable to CSRF and Reflective XSS via Arbitrary POST Data
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.78684%
CWE
Published
5/13/2025
Updated
5/15/2025
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
bootstrap-multiselect | npm | <= 1.1.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is described as being in post.php
, an example script that echoes POST data. The nuclei-template confirms this by targeting post.php
. While the exact source code of post.php
from the vulnerable version could not be fetched directly from the repository using common paths, the consistent reporting across the vulnerability description and the detection template provides high confidence that the post.php
script itself is the vulnerable component. In PHP, a script file can be considered the entry point and thus would appear in logs or profiles if directly accessed.