CVE-2026-30841: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ellite Wallos
Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, passwordreset.php outputs $_GET["token"] and $_GET["email"] directly into HTML input value attributes using <?= $token ?> and <?= $email ?> without calling htmlspecialchars(). This allows reflected XSS by breaking out of the attribute context. This issue has been patched in version 4.6.2.
AI Analysis
Technical Summary
CVE-2026-30841 is a reflected Cross-site Scripting (XSS) vulnerability identified in the Wallos application, an open-source, self-hostable personal subscription tracker. The vulnerability exists in versions prior to 4.6.2 within the passwordreset.php script, where the application outputs the values of the GET parameters 'token' and 'email' directly into HTML input value attributes using PHP short tags (<?= $token ?> and <?= $email ?>) without applying htmlspecialchars() or equivalent output encoding. This improper neutralization of input (CWE-79) allows an attacker to craft a malicious URL containing specially crafted 'token' or 'email' parameters that break out of the attribute context and inject arbitrary JavaScript code. Because the vulnerability is reflected, the malicious script executes in the victim's browser when they visit the crafted URL, potentially leading to session hijacking, credential theft, or other client-side attacks. The vulnerability requires no authentication or user interaction beyond visiting the malicious link. The issue has been addressed in Wallos version 4.6.2 by properly encoding these parameters before output. The CVSS 4.0 vector (AV:N/AC:L/AT:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N) indicates network attack vector, low attack complexity, no privileges or user interaction required, no impact on confidentiality or availability, and low impact on integrity (limited to victim browser context). No known exploits in the wild have been reported as of the publication date.
Potential Impact
The primary impact of this vulnerability is on the confidentiality and integrity of users interacting with the affected Wallos application. An attacker can execute arbitrary JavaScript in the context of the victim's browser, potentially stealing session cookies, performing actions on behalf of the user, or redirecting users to malicious sites. While the vulnerability does not directly compromise the server or backend data, it undermines user trust and can lead to account compromise or data leakage. Organizations hosting Wallos instances, especially those accessible over the internet, face risks of targeted phishing or social engineering attacks leveraging this XSS flaw. Since Wallos is a personal subscription tracker, the exposure of user data or session tokens could lead to privacy violations. The lack of required authentication or user interaction for exploitation increases the risk, as attackers can send malicious links to victims without needing access credentials. However, the scope is limited to users who visit the malicious URL, and the vulnerability does not affect server availability or integrity beyond the client-side impact.
Mitigation Recommendations
The most effective mitigation is to upgrade Wallos to version 4.6.2 or later, where the vulnerability has been patched by applying proper output encoding (htmlspecialchars) to user-supplied inputs. For organizations unable to upgrade immediately, implementing a Web Application Firewall (WAF) with rules to detect and block malicious payloads in the 'token' and 'email' GET parameters can reduce risk. Additionally, administrators should review and sanitize all user inputs and outputs in custom modifications or integrations of Wallos. Employing Content Security Policy (CSP) headers can mitigate the impact of XSS by restricting script execution sources. Educating users to avoid clicking suspicious links and monitoring logs for unusual URL patterns targeting passwordreset.php can help detect exploitation attempts. Regular security audits and code reviews focusing on input validation and output encoding are recommended to prevent similar issues.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Sweden, Japan, South Korea
CVE-2026-30841: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ellite Wallos
Description
Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, passwordreset.php outputs $_GET["token"] and $_GET["email"] directly into HTML input value attributes using <?= $token ?> and <?= $email ?> without calling htmlspecialchars(). This allows reflected XSS by breaking out of the attribute context. This issue has been patched in version 4.6.2.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-30841 is a reflected Cross-site Scripting (XSS) vulnerability identified in the Wallos application, an open-source, self-hostable personal subscription tracker. The vulnerability exists in versions prior to 4.6.2 within the passwordreset.php script, where the application outputs the values of the GET parameters 'token' and 'email' directly into HTML input value attributes using PHP short tags (<?= $token ?> and <?= $email ?>) without applying htmlspecialchars() or equivalent output encoding. This improper neutralization of input (CWE-79) allows an attacker to craft a malicious URL containing specially crafted 'token' or 'email' parameters that break out of the attribute context and inject arbitrary JavaScript code. Because the vulnerability is reflected, the malicious script executes in the victim's browser when they visit the crafted URL, potentially leading to session hijacking, credential theft, or other client-side attacks. The vulnerability requires no authentication or user interaction beyond visiting the malicious link. The issue has been addressed in Wallos version 4.6.2 by properly encoding these parameters before output. The CVSS 4.0 vector (AV:N/AC:L/AT:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N) indicates network attack vector, low attack complexity, no privileges or user interaction required, no impact on confidentiality or availability, and low impact on integrity (limited to victim browser context). No known exploits in the wild have been reported as of the publication date.
Potential Impact
The primary impact of this vulnerability is on the confidentiality and integrity of users interacting with the affected Wallos application. An attacker can execute arbitrary JavaScript in the context of the victim's browser, potentially stealing session cookies, performing actions on behalf of the user, or redirecting users to malicious sites. While the vulnerability does not directly compromise the server or backend data, it undermines user trust and can lead to account compromise or data leakage. Organizations hosting Wallos instances, especially those accessible over the internet, face risks of targeted phishing or social engineering attacks leveraging this XSS flaw. Since Wallos is a personal subscription tracker, the exposure of user data or session tokens could lead to privacy violations. The lack of required authentication or user interaction for exploitation increases the risk, as attackers can send malicious links to victims without needing access credentials. However, the scope is limited to users who visit the malicious URL, and the vulnerability does not affect server availability or integrity beyond the client-side impact.
Mitigation Recommendations
The most effective mitigation is to upgrade Wallos to version 4.6.2 or later, where the vulnerability has been patched by applying proper output encoding (htmlspecialchars) to user-supplied inputs. For organizations unable to upgrade immediately, implementing a Web Application Firewall (WAF) with rules to detect and block malicious payloads in the 'token' and 'email' GET parameters can reduce risk. Additionally, administrators should review and sanitize all user inputs and outputs in custom modifications or integrations of Wallos. Employing Content Security Policy (CSP) headers can mitigate the impact of XSS by restricting script execution sources. Educating users to avoid clicking suspicious links and monitoring logs for unusual URL patterns targeting passwordreset.php can help detect exploitation attempts. Regular security audits and code reviews focusing on input validation and output encoding are recommended to prevent similar issues.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-05T21:06:44.606Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69abbb9ec48b3f10ff5a0870
Added to database: 3/7/2026, 5:46:06 AM
Last enriched: 3/14/2026, 7:48:09 PM
Last updated: 4/21/2026, 11:21:27 PM
Views: 113
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.