PatchSiren cyber security CVE debrief
CVE-2026-10218 nextlevelbuilder CVE debrief
A low-severity improper authorization vulnerability in nextlevelbuilder GoClaw affects the auth function in internal/http/evolution_handlers.go through version 3.11.3. The vulnerability allows remote attackers to bypass authorization controls. The issue has been publicly disclosed and tagged as a bug by the project maintainers. The CVSS 4.0 vector indicates network attack vector with low attack complexity, requiring low privileges and no user interaction, with low impacts to integrity and availability. No known exploitation in ransomware campaigns has been reported.
- Vendor
- nextlevelbuilder
- Product
- GoClaw
- CVSS
- LOW 2.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-01
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-06-01
- Advisory updated
- 2026-07-22
Who should care
Organizations running GoClaw versions up to 3.11.3 that rely on the auth function for access control should prioritize patching. Security teams should monitor for unauthorized access attempts against affected endpoints.
Technical summary
The auth function in internal/http/evolution_handlers.go in nextlevelbuilder GoClaw through 3.11.3 fails to properly enforce authorization checks, allowing remote attackers with low privileges to manipulate authorization state. The vulnerability is exploitable over the network without user interaction. The project has acknowledged the issue as a bug via GitHub issue #1120.
Defensive priority
low
Recommended defensive actions
- Upgrade GoClaw to a version newer than 3.11.3 when available, or apply patches from the project maintainers.
- Review authorization logic in internal/http/evolution_handlers.go, specifically the auth function, to ensure proper privilege verification.
- Monitor the project's GitHub issue #1120 for maintainer updates and remediation guidance.
- Implement defense-in-depth authorization controls at additional layers if immediate patching is not feasible.
- Review access logs for anomalous requests to endpoints handled by evolution_handlers.go that may indicate authorization bypass attempts.
Evidence notes
The vulnerability is documented in NVD with VulDB as the CNA. The source references include the GoClaw GitHub repository, issue #1120, and multiple VulDB entries. The CVSS score of 2.1 reflects limited impact scope. Weaknesses are classified as CWE-266 (Incorrect Privilege Assignment) and CWE-285 (Improper Authorization).
Sources and references
Verified primary and authoritative sources
-
CVE-2026-10218 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-10218
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-10218 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-10218
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/nextlevelbuilder/goclaw/
-
Source reference
Unverified legacy reference
URL: https://github.com/nextlevelbuilder/goclaw/issues/1120
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/cve/CVE-2026-10218
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/submit/821938
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/vuln/367497
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/vuln/367497/cti
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.