CVE-2026-42291
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 · uneditedSysReptor is a fully customizable pentest reporting platform. From version 2026.4 to before version 2026.27, the endpoints for reading and creating sharing links for personal notes is not properly authorized. This allows authenticated attackers who obtain the note ID of victim users to list and create sharing links to those users' personal notes. This gives attackers read and write access to notes of other users. This exploit works in both SysReptor Professional and Community. In Community it has, however, no impact because all users have superuser permissions and can list personal notes of other users at /admin/pentests/usernotebookpage/. This issue has been patched in version 2026.27.
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 confidenceThis is an Insecure Direct Object Reference (IDOR) vulnerability in SysReptor where the endpoints for reading and creating sharing links on personal notes lack proper authorization checks. Authenticated attackers who obtain a note ID can list and create sharing links to other users' personal notes, granting themselves read and write access.
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
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
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 the installed SysReptor versionCheck the SysReptor version file or API endpoint that returns version information. Common locations include the admin interface, a /api/version endpoint, or the docker container labels.Affected if The installed version is earlier than 2026.27 and the user is on an edition where not all users have superuser permissions.
-
Determine user permission levels in the systemReview user accounts in the SysReptor admin panel to identify whether regular users exist with non-superuser permissions. In Community edition, verify if all accounts are configured as superusers.Affected if Non-superuser accounts exist and the SysReptor version is below 2026.27, indicating the IDOR could allow unauthorized access to other users' notes.
-
Verify the sharing link API endpoints exist and are accessibleExamine the API documentation or network traffic to identify endpoints related to sharing links (typically under /api/notes/{id}/sharing/ or similar paths).Affected if The sharing link functionality endpoints are present in the installation.
-
Test for authorization gaps on sharing link endpointsUsing an authenticated non-superuser account, attempt to access or create sharing links for a note owned by a different user by directly referencing the note ID in the API request.Affected if Requests succeed without returning 403 Forbidden, indicating the authorization check is missing.
You are affected if SysReptor version is below 2026.27 AND your installation has users without superuser permissions who could exploit the missing authorization on sharing link endpoints.
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 SysReptor to version 2026.27 or later. In Community edition, the issue has no practical impact since all users already have superuser permissions.
2026.27
- 1. Back up your current SysReptor installation and database before upgrading
- 2. Consult the official SysReptor upgrade documentation for your deployment method (Docker, pip, etc.)
- 3. Upgrade to version 2026.27 or later
- 4. After upgrading, verify that the authorization checks are working correctly by testing that users cannot access other users' personal notes without proper permissions
- 5. Review audit logs if available to check for any suspicious access to personal notes that occurred before the patch
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.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 $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-42291 — 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-42291 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