CVE-2025-49490
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 · uneditedResource leak vulnerability in ASR180x in router allows Resource Leak Exposure. This vulnerability is associated with program files router/sms/sms.c. This issue affects Falcon_Linux、Kestrel、Lapwing_Linux: before v1536.
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 confidenceA resource leak vulnerability exists in the SMS handling module (router/sms/sms.c) of ASR180x router chips running Falcon_Linux, Kestrel, or Lapwing_Linux firmware versions before v1536. The vulnerability allows resource leak exposure, likely due to improper cleanup of memory, file handles, or buffers allocated during SMS processing operations.
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< 1536< 1536< 1536CVSS 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 router chipsetCheck the device specifications, boot logs, or /proc/cpuinfo for ASR180x or Asrmicro branding. Many ASR180x devices also expose chipset info via `cat /proc/arm_chip_id` or `dmesg | grep -i asr`.Affected if The device does not use an ASR180x chipset - if it is a different vendor's SoC, this CVE does not apply.
-
Determine the firmware variantCheck the firmware build information, boot logs, or /etc/version for one of the three affected Linux variants: Falcon_Linux, Kestrel, or Lapwing_Linux. Run `cat /proc/version` or inspect the kernel image string.Affected if The device runs a different firmware variant not listed in the affected products.
-
Check the firmware version numberExtract the firmware version from the device (often via `cat /proc/version`, `cat /etc/version`, `fw_printenv`, or the web UI). Compare it numerically to version 1536.Affected if The installed firmware version is less than 1536 (for example, 1400, 1500, or any version number below 1536).
-
Verify SMS functionality is activeInspect if the SMS module (router/sms/sms.c) is loaded or enabled. Check for SMS-related processes via `ps | grep sms`, look for /sms/ paths in the filesystem (`ls /router/sms/`), or check if SMS-related services are running.Affected if SMS handling is compiled into the firmware and actively used - the vulnerability only exposes risk when SMS processing code is present and operational.
The device is affected if it uses an ASR180x chipset with Falcon_Linux, Kestrel, or Lapwing_Linux firmware below version 1536 and has SMS functionality enabled in the build.
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 · scoped1536
Upgrade ASR180x-based router firmware to version v1536 or later, which contains the patched sms.c module with proper resource management and cleanup routines.
v1536 or later
- Identify the specific ASR180x router device model and current firmware version
- Access the device management interface or use vendor-provided firmware update mechanism
- Obtain firmware version 1536 or later from ASR Micro (www.asrmicro.com) or authorized distribution channels
- Apply the firmware update following the vendor's standard upgrade procedure
- After reboot, verify the firmware version is now 1536 or higher to confirm the update was successful
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,992.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-49490 — 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-2025-49490 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