Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/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
PR:L because a valid pre-existing authenticated session is required; AV:N/AC:L/UI:N as the retained session is used normally over the network; C/I/H/A:H reflect full role-level access being retained.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
FOSSBilling is a free, open-source billing and client management system. Prior to version 0.8.0, when a client or staff/admin account is suspended or marked inactive, existing authenticated sessions are not invalidated. The session identity loaders in src/di.php (loggedin_client and loggedin_admin) only reject sessions if the backing account record no longer exists in the database. They do not verify that the account's status is still active. This allows a suspended or deactivated user to retain full access until their session naturally expires. This issue has been fixed in version 0.8.0.
Articles & Coverage 1
AnalysisAI
Privilege retention in FOSSBilling before 0.8.0 allows a suspended or deactivated client, staff, or admin to keep full authenticated access because the session identity loaders in src/di.php never re-check account status. Suspending or deactivating a user does not terminate their live session - access persists until the session expires naturally. This is an authenticated (PR:L) session-management flaw with no public exploit identified at time of analysis and no CISA KEV listing; the vendor rates it 8.7 (CVSS 4.0).
Technical ContextAI
FOSSBilling is a PHP-based open-source billing and client-management platform. The root cause is CWE-613 (Insufficient Session Expiration): the loggedin_client and loggedin_admin identity loaders in src/di.php authorize a request solely by confirming the backing account row still exists in the database, without evaluating the account's active/suspended/inactive status flag. Consequently the authorization decision is bound to record existence rather than record state, so an administrative status change (suspend/deactivate) has no effect on already-issued sessions. The CPE cpe:2.3:a:fossbilling:fossbilling:*:*:*:*:*:*:*:* confirms the application itself (all pre-0.8.0 builds) is the affected component.
RemediationAI
Upgrade to FOSSBilling 0.8.0, which adds account-status verification to the session identity loaders (Vendor-released patch: 0.8.0); see the advisory at https://github.com/FOSSBilling/FOSSBilling/security/advisories/GHSA-qv6c-v49w-8g2j and release notes at https://github.com/FOSSBilling/FOSSBilling/releases/tag/0.8.0. If you cannot upgrade immediately, the direct compensating control is to forcibly terminate the affected user's sessions at the moment of suspension - clear or delete their server-side session records (or truncate the session store) so the stale session cannot resolve, accepting that this may also log out other users if you flush the whole store. As a lower-impact alternative, shorten the global session lifetime/idle timeout to reduce the retention window (trade-off: more frequent re-authentication for all legitimate users), and where feasible rotate credentials or reset the password of the deactivated account to break any client that reuses stored credentials.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-613 – Insufficient Session Expiration
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41956