CVE-2026-42800
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNULL 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceNULL pointer dereference vulnerability in the SIP URI parsing module (sip/utils/src/sipuri.c) within the ims_client modules on ASR1903 running ASR Lapwing_Linux allows pointer manipulation, potentially causing denial of service or undefined behavior via specially crafted SIP URIs.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.225.003< 1.225.003CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the ASR device modelCheck the device model via CLI (show version, cat /proc/cpuinfo, or uci show system) or firmware banner during bootAffected if Device model is ASR1901 or ASR1903
-
Determine the firmware versionRun 'show version' or check /etc/version, /etc/os-release, or firmware info file depending on the device's CLIAffected if Firmware version is lower than 1.225.003 (e.g., 1.225.002, 1.224.x, etc.)
-
Verify ims_client module presenceCheck for ims_client module via 'lsmod | grep ims' or examine loaded modules in /proc/modules, or look for ims_client in the firmware imageAffected if ims_client modules are loaded or present on the system
-
Confirm SIP URI parsing is in useCheck for active SIP configuration or registrations via 'show sip status', examine config files in /etc/ims or /etc/sip directories, or monitor for SIP traffic on ports 5060/5061Affected if SIP functionality is enabled and the device processes SIP URIs
The device is affected if it is an ASR1901 or ASR1903 running firmware version below 1.225.003 with ims_client modules loaded and SIP URI parsing active.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.225.003
Apply vendor-supplied patch for CVE-2026-42800; if unavailable, implement NULL pointer validation checks in sipuri.c before dereferencing pointers in SIP URI handling functions to prevent the NULL dereference.
Firmware version 1.225.003 for Asr1901 and Asr1903
- 1. Identify the current firmware version of the affected Asr1901 or Asr1903 device
- 2. Download the fixed firmware version 1.225.003 from the official ASR Micro source (www.asrmicro.com)
- 3. Verify the integrity of the firmware file using checksums provided by the vendor
- 4. Back up the current device configuration
- 5. Upload and install firmware version 1.225.003 to the Asr1901 or Asr1903 device
- 6. Verify the upgrade was successful by confirming the new firmware version
- 7. Restart the device if required by the firmware update process
- 8. Test that the ims_client modules (sip/utils/src/sipuri.c) are functioning correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-42800 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-42800 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data