CVE-2024-44795: A cross-site scripting (XSS) vulnerability in the component /login/disabled.php of Gazelle commit 63b3370 a...
A cross-site scripting (XSS) vulnerability in the component /login/disabled.php of Gazelle commit 63b3370 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the username parameter.
Security readout for executives and security teams
Plain-English summary
This is a medium-severity cross-site scripting issue in Gazelle’s disabled-login page. An attacker could cause a victim’s browser to run attacker-controlled script if the victim interacts with a crafted request involving the username field. Business impact is mainly account, session, or user-data exposure within affected Gazelle deployments.
Executive priority
Treat as a moderate web-application risk. Prioritize if Gazelle is internet-facing, handles privileged user sessions, or is part of a trusted community portal. Do not escalate as actively exploited based on the supplied evidence.
Technical view
CVE-2024-44795 is CWE-79 in /login/disabled.php of Gazelle commit 63b3370. The CVE states the username parameter can carry crafted script or HTML. CVSS 3.1 is 6.1: network reachable, low complexity, no privileges, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure appears limited to organizations running Gazelle code at or near commit 63b3370 with the vulnerable disabled-login component reachable. The source bundle lists affected vendor, product, and versions as n/a, so precise product-version exposure is not established.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. The vulnerability requires user interaction, which lowers urgency compared with unauthenticated server compromise but remains relevant for public-facing login flows.
Researcher notes
The record is specific about path, parameter, commit, CWE, and CVSS vector, but incomplete on affected versions and patch status. Avoid broad product claims unless confirmed from the repository or issue thread.
Mitigation direction
Check the Gazelle repository and issue 129 for fix status.
Inventory any Gazelle deployments or forks using commit 63b3370.
Apply an upstream fix or update when project guidance identifies one.
If maintaining a fork, encode or sanitize username output in disabled.php.
Restrict public access to the affected path if exposure is unnecessary.
Validation and detection
Confirm whether /login/disabled.php exists in deployed Gazelle code.
Compare deployed code lineage with Gazelle commit 63b3370.
Review issue 129 for reproduction scope and remediation notes.
Test in a controlled environment using non-destructive XSS validation.
Review web logs for unusual username-field submissions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.