提出 #911140: Rizwan17 inventory-management-system bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Cross Site Scripting情報

タイトルRizwan17 inventory-management-system bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Cross Site Scripting
説明The affected component is the login page `index.php`. The registration success flow redirects to `index.php?msg=...`, and the page echoes `$_GET["msg"]` into HTML without encoding: ```php if (isset($_GET["msg"]) AND !empty($_GET["msg"])) { ?> <div class="alert alert-success alert-dismissible fade show" role="alert"> <?php echo $_GET["msg"]; ?> ``` An unauthenticated attacker can craft a URL containing JavaScript in `msg` and trick a victim into opening it, executing script in the victim's browser under the application origin.
ソース⚠️ https://github.com/Rizwan17/inventory-management-system/issues/11
ユーザー
 cnluminous (UID 98136)
送信2026年07月30日 18:19 (1 月 ago)
モデレーション2026年09月09日 18:12 (1 month later)
ステータス承諾済み
VulDBエントリ401813 [Rizwan17 inventory-management-system 迄 bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Login Page index.php msg クロスサイトスクリプティング]
ポイント20

Do you want to use VulDB in your project?

Use the official API to access entries easily!