Skip to main content

FOSSBilling CVE-2026-43924

| EUVDEUVD-2026-34176 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-06-03 security-advisories@github.com
4.8
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
4.8 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
P
Scope
X

Lifecycle Timeline

3
Patch available
Jun 03, 2026 - 22:01 EUVD
Source Code Evidence Fetched
Jun 03, 2026 - 20:38 vuln.today
Analysis Generated
Jun 03, 2026 - 20:38 vuln.today

DescriptionGitHub Advisory

FOSSBilling is a free, open-source billing and client management system. Prior to version 0.8.0, the Redirect module does not validate the URL scheme of administrator-configured destination URLs before storing or issuing redirects. This allows arbitrary external URLs to be configured as redirect targets, creating an open redirect vulnerability exploitable for phishing attacks. Users following a legitimate FOSSBilling URL can be silently redirected to an attacker-controlled external site. The redirect is issued as a 301 (Moved Permanently) response, which browsers cache persistently, amplifying the impact. Exploitation requires administrator privileges to create or modify redirect entries, limiting practical attack scenarios to multi-admin environments or compromised admin accounts. Version 0.8.0 fixes the issue. Some workarounds are available. Restrict admin access to the Redirect module to trusted administrators only and/or audit existing redirect entries in the database (the extension_meta table with extension = 'mod_redirect') for any unexpected or external target URLs.

AnalysisAI

Open redirect vulnerability in FOSSBilling's Redirect module (prior to version 0.8.0) allows authenticated administrators to configure arbitrary external URLs as redirect targets without URL scheme validation. Users following a legitimate FOSSBilling link are silently issued a 301 Moved Permanently response to an attacker-controlled phishing site; because 301 responses are persistently cached by browsers, the redirect continues to function even after server-side correction until client caches expire. No public exploit identified at time of analysis; version 0.8.0 (released 2026-05-28) patches the issue.

Technical ContextAI

FOSSBilling is a PHP-based open-source billing and client management platform. The vulnerable component is mod_redirect, the built-in Redirect module, which stores administrator-configured destination URLs in the extension_meta database table (keyed by extension = 'mod_redirect') and issues those URLs directly as HTTP 301 responses without validating the URL scheme (e.g., permitting arbitrary http://, https://, or other scheme values pointing to external domains). CWE-601 (URL Redirection to Untrusted Site - Open Redirect) describes this root cause: user- or admin-supplied URLs are passed to the redirect response without allowlisting trusted schemes or enforcing same-origin or same-domain constraints. The choice of HTTP 301 rather than 302 is a significant technical amplifier - 301 is defined as a permanent redirect that browsers and intermediary caches store indefinitely, meaning clients who have already received the malicious redirect will continue to be sent to the attacker's site even after the server-side entry is corrected, until cache TTL expiry or explicit clearing. Version 0.8.0 addresses the issue by adding URL scheme validation prior to storage and issuance of redirects.

RemediationAI

Upgrade to FOSSBilling version 0.8.0, released 2026-05-28, which introduces URL scheme validation in the Redirect module before storing or issuing redirect responses. The release is available at https://github.com/FOSSBilling/FOSSBilling/releases/tag/0.8.0. Note that version 0.8.0 is a larger release with potentially breaking changes: it requires PHP 8.3 or newer, refactors guest API routes, removes the public system version endpoint, renames core classes (Box_Mod to FOSSBilling\Module), and migrates the frontend build system - operators maintaining custom modules, themes, or API integrations should review the full release notes and back up the installation before upgrading. If immediate upgrade is not feasible, restrict access to the Redirect module in the admin panel to the smallest set of fully trusted administrators (reducing the pool of accounts whose compromise could enable exploitation), and audit the extension_meta database table filtering on extension = 'mod_redirect' for unexpected or external destination URLs and remove any found. Be aware that 301 responses already cached by client browsers will persist beyond server-side correction - affected users may need to manually clear browser cache or be directed to do so following an incident. No additional network-level workarounds are effective since exploitation originates from an authenticated admin session.

CVE-2017-1000117 HIGH POC
8.8 Oct 05

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL ca

CVE-2024-52875 HIGH POC
8.8 Jan 31

GFI Kerio Control versions 9.2.5 through 9.4.5 contain an HTTP response splitting vulnerability in the dest parameter of

CVE-2016-5385 HIGH POC
8.1 Jul 19

PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect

CVE-2013-2248 MEDIUM POC
5.8 Jul 20

Multiple open redirect vulnerabilities in Apache Struts 2.0.0 through 2.3.15 allow remote attackers to redirect users to

CVE-2012-6499 MEDIUM POC
5.8 Jan 12

Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows

CVE-2015-2863 MEDIUM POC
4.3 Jul 20

Open redirect vulnerability in Kaseya Virtual System Administrator (VSA) 7.x before 7.0.0.29, 8.x before 8.0.0.18, 9.0 b

CVE-2017-3528 MEDIUM POC
5.4 Apr 24

Vulnerability in the Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (li

CVE-2012-0518 MEDIUM
4.7 Oct 16

Unspecified vulnerability in the Oracle Application Server Single Sign-On component in Oracle Fusion Middleware 10.1.4.3

CVE-2024-21641 MEDIUM POC
6.5 Jan 05

Flarum is open source discussion platform software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exp

CVE-2015-5354 MEDIUM POC
5.8 Jul 01

Open redirect vulnerability in Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites

CVE-2015-5461 MEDIUM POC
6.4 Jul 08

Open redirect vulnerability in the Redirect function in stageshow_redirect.php in the StageShow plugin before 5.0.9 for

CVE-2024-22891 CRITICAL POC
9.8 Mar 01

Nteract v.0.28.0 was discovered to contain a remote code execution (RCE) vulnerability via the Markdown link. Rated crit

Share

CVE-2026-43924 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy