Webhood is a self-hosted URL scanner used analyzing phishing and malicious sites. Webhood's backend container images in versions 0.9.0 and earlier are subject to Missing Authentication for Critical Function vulnerability. This vulnerability allows an unauthenticated attacker to send a HTTP request to the database (Pocketbase) admin API to create an admin account. The Pocketbase admin API does not check for authentication/authorization when creating an admin account when no admin accounts have been added. In its default deployment, Webhood does not create a database admin account. Therefore, unless users have manually created an admin account in the database, an admin account will not exist in the deployment and the deployment is vulnerable. Versions starting from 0.9.1 are patched. The patch creates a randomly generated admin account if admin accounts have not already been created i.e. the vulnerability is exploitable in the deployment. As a workaround, users can disable access to URL path starting with `/api/admins` entirely. With this workaround, the vulnerability is not exploitable via network.
References
Configurations
No configuration.
History
21 Nov 2024, 09:13
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/webhood-io/webhood/commit/735e7fa2814edeec9a2c07778ed51b3c018609f9 - | |
References | () https://github.com/webhood-io/webhood/security/advisories/GHSA-h533-rxhm-73j2 - |
08 Apr 2024, 18:49
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
05 Apr 2024, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-04-05 15:15
Updated : 2024-11-21 09:13
NVD link : CVE-2024-31218
Mitre link : CVE-2024-31218
CVE.ORG link : CVE-2024-31218
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function