PatchSiren cyber security CVE debrief
CVE-2026-49819 seriousm4x CVE debrief
A critical vulnerability was found in UpSnap, a wake on lan web app, versions 4.4.1 through 5.3.5. The vulnerability allows an unauthenticated network-adjacent attacker to register the initial superuser account, receive a long-lived JWT, and pivot to root remote code execution. This vulnerability is caused by a missing-authentication / privilege-escalation chain in `pb.HandlerInitSuperuser` (`backend/pb/handlers.go:249`), reachable as `POST /api/upsnap/init-superuser`. The vulnerable code lacks any authentication, setup token, IP allow-list, or rate limit and is gated only by a `totalSuperusers > 0` count check — a condition that is false on every fresh install.
- Vendor
- seriousm4x
- Product
- UpSnap
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-09
Who should care
System administrators and security teams responsible for UpSnap installations should verify and apply the patch to prevent exploitation. They should also review compensating controls for exposed systems, monitor for suspicious activity, and track exceptions and remediation efforts.
Why it matters
This vulnerability allows an unauthenticated network-adjacent attacker to gain control of the UpSnap system, potentially leading to remote code execution.
- Unauthenticated network-adjacent attackers can register the initial superuser account.
- Unauthenticated network-adjacent attackers can receive a long-lived JWT.
- Unauthenticated network-adjacent attackers can pivot to root remote code execution.
Technical summary
The vulnerable code lacks any authentication, setup token, IP allow-list, or rate limit and is gated only by a `totalSuperusers > 0` count check — a condition that is false on every fresh install. This allows an unauthenticated network-adjacent attacker to register the initial superuser account, receive a long-lived JWT, and pivot to root remote code execution at `backend/networking/wake.go:43` (`exec.CommandContext(ctx, `/bin/sh`, `-c`, wake_cmd)`). The vulnerability is caused by a missing-authentication / privilege-escalation chain in `pb.HandlerInitSuperuser` (`backend/pb/handlers.go:249`), reachable as `POST /api/upsnap/init-superuser`.
Defensive priority
High priority should be given to verifying and applying the patch (version 5.4.0) to prevent exploitation.
Recommended defensive actions
- Verify and apply the patch (version 5.4.0) to prevent exploitation.
- Restrict access to the vulnerable endpoint (`POST /api/upsnap/init-superuser`) to only trusted users.
- Monitor for suspicious activity on the network.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is caused by a missing-authentication / privilege-escalation chain in `pb.HandlerInitSuperuser` (`backend/pb/handlers.go:249`), reachable as `POST /api/upsnap/init-superuser`. The vulnerable code lacks any authentication, setup token, IP allow-list, or rate limit and is gated only by a `totalSuperusers > 0` count check — a condition that is false on every fresh install. This allows an unauthenticated network-adjacent attacker to register the initial superuser account, receive a long-lived JWT, and pivot to root code.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-49819 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-49819
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-49819 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-49819
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/seriousm4x/UpSnap/releases/tag/5.4.0
-
Source reference
Unverified legacy reference
URL: https://github.com/seriousm4x/UpSnap/security/advisories/GHSA-w4jr-728f-5jhq
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.