CVE-2020-25950
Description
CSRF in Advanced Webhost Billing System 3.7.0 allows an attacker to delete a victim's contacts without proper token validation.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CSRF in Advanced Webhost Billing System 3.7.0 allows an attacker to delete a victim's contacts without proper token validation.
Vulnerability
Advanced Webhost Billing System version 3.7.0 is affected by a Cross-Site Request Forgery (CSRF) vulnerability on the My Additional Contact page. The application does not properly validate anti-CSRF tokens when processing delete contact requests, allowing unauthorized actions to be executed in the context of an authenticated user. The vulnerability is present in all installations of version 3.7.0.
Exploitation
An attacker must first create a crafted HTML page containing a CSRF payload that targets the delete contact action. The attacker then needs to trick an authenticated victim into visiting this crafted page, for example via social engineering or by embedding it in a malicious link. When the victim, while logged into the application, opens the crafted page, a script automatically sends a request to delete one of the victim's contacts. The request uses the victim's active session and accepts a blank token value, which the server treats as valid due to missing token validation. The attacker does not need to know the victim's credentials but must ensure the victim has at least one contact in their list to be deleted.
Impact
A successful attack results in the unauthorized deletion of a contact from the victim's My Additional Contact page. This is a low-severity integrity impact, as the attacker cannot modify other data or gain access to sensitive information. The deletion is irreversible through this attack alone, though the victim may manually re-add the contact.
Mitigation
No fixed version has been disclosed in the available references. Users should upgrade to a patched version once released by the vendor. As a workaround, implement additional CSRF protections such as requiring a valid token for all state-changing requests. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog as of the publication date. [1]
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Advanced Webhost Billing System/Advanced Webhost Billing Systemdescription
- Range: = 3.7.0
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1- www.exploit-db.com/exploits/49369mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.