CVE-2026-39901
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 · uneditedmonetr is a budgeting application focused on planning for recurring expenses. Prior to 1.12.3, a transaction integrity flaw allows an authenticated tenant user to soft-delete synced non-manual transactions through the transaction update endpoint, despite the application explicitly blocking deletion of those transactions via the normal DELETE path. This bypass undermines the intended protection for imported transaction records and allows protected transactions to be hidden from normal views. This vulnerability is fixed in 1.12.3.
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 confidenceIn monetr prior to 1.12.3, the transaction update endpoint lacks proper authorization checks that exist on the DELETE endpoint. An authenticated tenant user can soft-delete synced non-manual (imported) transactions by sending an update request with a deletion flag, bypassing the explicit protection blocking deletion through the normal DELETE path. This allows imported transaction records to be hidden from views while remaining in the database.
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
- Required
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/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 installed monetr versionCheck the running container, binary, or application startup logs for the version string. Common locations: container image tag, Helm chart values, docker-compose.yml version field, or the application UI footer if version is displayed there.Affected if The installed version is lower than 1.12.3 (e.g., 1.12.2, 1.11.0, etc.)
-
Verify transaction update endpoint behaviorAs an authenticated tenant user, attempt a PATCH or PUT request to the transaction update endpoint (typically /api/transactions/:id or similar) with a soft-delete indicator such as 'deleted: true', 'isDeleted: true', or similar field in the request body. Observe whether the operation succeeds on a synced non-manual transaction.Affected if The update request successfully soft-deletes a synced non-manual transaction that was imported, bypassing the deletion protections that the DELETE endpoint enforces.
-
Confirm presence of synced non-manual transactionsQuery the transactions database table or API to identify records that have isManual set to false and contain sync-related metadata (such as a bank account link, sync ID, or external reference ID).Affected if The system contains imported transactions with sync identifiers; without such records, the vulnerability has no practical impact in this environment.
-
Check authentication and authorization settingsReview the API configuration and authentication logs to confirm that tenant users have access to the transaction update endpoint. The flaw requires an authenticated user with transaction update permissions.Affected if Authenticated tenant users can access the transaction update endpoint and modify transaction records.
You are affected if your monetr installation is version 1.12.3 or earlier, you have synced non-manual transactions in the system, and authenticated users can successfully soft-delete those transactions through the update endpoint despite such operations being blocked on the delete path.
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 to monetr version 1.12.3 or later, which adds proper authorization checks to the transaction update endpoint to match the protection already present on the DELETE endpoint.
1.12.3
- 1. Check the current version of monetr being running (e.g., via docker tag, application UI, or CLI)
- 2. Backup the monetr database and configuration files before proceeding
- 3. Upgrade to version 1.12.3 or later (e.g., docker pull monetr/monetr:1.12.3 or update deployment manifests)
- 4. Restart the monetr application service
- 5. Verify the upgrade was successful by checking the application version
- 6. Log in as an authenticated tenant user and confirm the transaction update endpoint no longer allows soft-deleting synced non-manual transactions
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.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,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-39901 — 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-39901 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