CVE-2025-52361
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 · uneditedInsecure permissions in the script /etc/init.d/lighttpd in AK-Nord USB-Server-LXL Firmware v0.0.16 Build 2023-03-13 allows a locally authenticated low-privilege user to execute arbitrary commands with root privilege via editing this script which is executed with root-privileges on any interaction and on every system boot.
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 · high confidenceThe /etc/init.d/lighttpd script in AK-Nord USB-Server-LXL Firmware v0.0.16 has insecure file permissions allowing any locally authenticated low-privilege user to modify it. Since this init script executes with root privileges on boot and service interactions, an attacker can inject arbitrary commands to achieve root-level code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.
-
Check firmware versionIdentify the installed firmware version of AK-Nord USB-Server-LXL using vendor-specific commands or by examining system information files (e.g., /etc/version, /proc/version, or the web management interface).Affected if The firmware version is v0.0.16 or falls within the affected range.
-
Verify lighttpd init script existsCheck if the file /etc/init.d/lighttpd exists on the system using: ls -la /etc/init.d/lighttpdAffected if The file /etc/init.d/lighttpd exists on the system.
-
Inspect file ownership and permissionsRun: ls -la /etc/init.d/lighttpd to view the owner, group, and permission bits.Affected if The file is not owned by root, OR the permission bits allow write access for group (g+w) or others (o+w), meaning non-root users can modify the script.
-
Confirm writable access for non-root usersIf permissions show write access for group or others (such as 775, 777, 665, 667, or any mode with w in the g or o field), test write access with a non-privileged account or verify the permission bits mathematically.Affected if Any authenticated user without root privileges can write to /etc/init.d/lighttpd.
You are affected if you are running AK-Nord USB-Server-LXL Firmware v0.0.16 and the /etc/init.d/lighttpd script exists with permissions that allow non-root users to write to it (any write bit set for group or others).
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 · scopedChange ownership to root and restrict permissions on /etc/init.d/lighttpd to read/execute only for non-root users (e.g., chown root:root /etc/init.d/lighttpd && chmod 755 /etc/init.d/lighttpd). Audit all other init scripts in /etc/init.d/ for similar permission vulnerabilities.
AK-Nord USB-Server-LXL Firmware version newer than v0.0.16 Build 2023-03-13 (contact vendor for specific patched release)
- 1. Connect to the AK-Nord USB-Server-LXL device via SSH or console with administrative/root credentials
- 2. Verify the current permissions on /etc/init.d/lighttpd using: ls -la /etc/init.d/lighttpd
- 3. Check file ownership using: stat /etc/init.d/lighttpd
- 4. If the file is world-writable or writable by a low-privilege user, change the permissions to 755 (rwxr-xr-x) using: chmod 755 /etc/init.d/lighttpd
- 5. Ensure the file is owned by root:root using: chown root:root /etc/init.d/lighttpd
- 6. Verify the fix by confirming only root can write to the file: ls -la /etc/init.d/lighttpd
- 7. Reboot the device to ensure the init script still functions correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,200.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-52361 — 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-52361 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