CVE-2026-11438
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 · uneditedA vulnerability has been found in theonedev onedev up to 15.0.5. Affected by this vulnerability is an unknown functionality of the file /projects. The manipulation of the argument project.forkedFromId leads to improper authorization. The attack is possible to be carried out remotely. Upgrading to version 15.0.6 addresses this issue. Upgrading the affected component is recommended.
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 · low confidenceImproper authorization vulnerability in OneDev's project forking functionality. The project.forkedFromId parameter can be manipulated to bypass authorization checks, potentially allowing unauthorized users to fork projects they should not have access to.
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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/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.
-
Confirm OneDev is installedIdentify OneDev instances running in your environment. Check for the OneDev web application accessible on its configured port (typically 6610 or 8080). Look for OneDev processes or services running on the system.Affected if OneDev is installed and running in your environment
-
Determine the installed OneDev versionAccess the OneDev web interface and navigate to the administration area, or check the version using the OneDev command-line interface if available. The version is typically displayed on the login page or in the 'About' section of the admin panel.Affected if The installed version is prior to 15.0.6
-
Verify the forking feature is enabledIn the OneDev administration console, navigate to the project settings or server settings. Look for a configuration option related to 'forking' or 'allow fork' within project or server configuration settings.Affected if Forking is enabled in OneDev settings
-
Check external access to the /projects endpointReview network access controls and firewall rules to determine if the /projects REST API endpoint is accessible to unauthorized users or external network sources. Inspect OneDev's role-based access control settings for the projects API.Affected if The /projects endpoint is accessible to users without proper project forking permissions
You are affected if your OneDev version is below 15.0.6, the forking feature is enabled, and the /projects endpoint is accessible to users who should not have fork authorization.
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 OneDev to version 15.0.6 which contains the fix for this authorization bypass in the project forking mechanism.
15.0.6
- Back up the current onedev installation and database before proceeding with the upgrade
- Stop the onedev service to prevent data inconsistency during upgrade
- Download onedev version 15.0.6 from the official source
- Replace the existing onedev installation files with the new version 15.0.6
- Start the onedev service after the files are replaced
- Verify that onedev version 15.0.6 is running correctly and the /projects functionality works as expected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-11438 — 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-11438 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