Junglewise Threat Intelligence

CVE-2026-90795: itsourcecode Loan Management System reflected XSS in navbar.php

CVE-2026-90795 · Severity: medium · CVSS 4.3 · Published 2026-09-14

Vendors: Itsourcecode.

Executive brief

The Loan Management System is a PHP-based financial application used by lending organizations to manage loans and borrower information. A cross-site scripting (XSS) vulnerability in the navigation component allows attackers to inject malicious JavaScript into the admin interface by crafting malicious URLs. Exploited without authentication, this could enable session hijacking, unauthorized administrative actions, or data theft from financial records.

Technical details

A reflected cross-site scripting (XSS) vulnerability exists in the navbar.php component of the Loan Management System v1.0, where the 'page' URL parameter is directly reflected in page output without input sanitization or output encoding. The vulnerability is network-accessible and requires no authentication; an attacker only needs to trick a user into visiting a malicious URL containing JavaScript payload (e.g., http://target/navbar.php?page=<script>alert(0)</script>). An attacker can steal session cookies, redirect users to phishing sites, or perform unauthorized actions within the victim's authenticated session. The fix requires input validation with an allow-list approach, output encoding using htmlspecialchars() or htmlentities(), and implementation of security headers such as Content-Security-Policy and X-XSS-Protection.

Affected products

  • itsourcecode Loan Management System 1.0

Timeline

  • 2026-08-09: disclosed: Vulnerability reported on GitHub
  • 2026-09-14: advisory

References