CVE-2026-44262
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 · uneditedScramble generates API documentation for Laravel project. From 0.13.2 to before 0.13.22, when documentation endpoints are publicly accessible and validation rules reference user-controlled input, request supplied data may be evaluated during documentation generation, leading to execution of arbitrary PHP code in the application context. This vulnerability is fixed in 0.13.22.
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 confidenceScramble (Laravel API documentation package) versions 0.13.2 through 0.13.21 allow arbitrary PHP code execution when documentation endpoints are publicly accessible and validation rules reference user-controlled input. The request data gets evaluated during documentation generation, enabling attackers to execute arbitrary PHP code in the application context.
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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 installed Scramble versionRun 'composer show scramble/core' or check the version listed in composer.lock under packages/scramble/core, or inspect composer.json for the scramble version requirementAffected if version is 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.13.8, 0.13.9, 0.13.10, 0.13.11, 0.13.12, 0.13.13, 0.13.14, 0.13.15, 0.13.16, 0.13.17, 0.13.18, 0.13.19, 0.13.20, or 0.13.21
-
Verify documentation endpoint accessibilityInspect routes/api.php, routes/web.php, or routes/docs.php for Scramble documentation routes (typically /docs or /api/docs). Check if these routes have auth middleware applied (such as 'auth', 'auth:sanctum', or custom authentication guards)Affected if documentation endpoints are accessible without any authentication middleware (no auth:sanctum, auth:api, or similar guard)
-
Inspect validation rules for user-controlled inputReview controller validation rules that handle API requests, particularly looking for Rule::when, Rule::if, or custom validation logic that references $request->input(), request()->, or similar user-supplied data in validation rule definitionsAffected if validation rules used in API endpoints dynamically incorporate user request data (for example, using $request->input() within Rule::when conditions or conditional validation logic)
Environment is affected only if Scramble version is between 0.13.2 and 0.13.21 AND documentation endpoints are publicly accessible AND application validation rules reference user-controlled input in the request flow
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 · scopedUpgrade Scramble to version 0.13.22 or later, and ensure documentation endpoints require authentication rather than being publicly accessible.
scrambledocs/scramble version 0.13.22
- Check the current version of scrambledocs/scramble in your project using `composer show scrambledocs/scramble` or by checking your composer.lock file
- Run `composer update scrambledocs/scramble:0.13.22` or `composer require scrambledocs/scramble:^0.13.22` to upgrade to the fixed version
- Verify the installation was successful by running `composer show scrambledocs/scramble` and confirming version 0.13.22 or later is installed
- Review your documentation endpoint access controls to ensure they are not publicly accessible if not intentionally required
- Test that your API documentation generation still functions correctly after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing2.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 $2,304.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-44262 — 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-44262 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