SCA: security update for github.com/enchant97/note-mark/backend (GHSA-3gr9-485j-v4xf)

medium Tenable Cloud Security Plugin ID 440893

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Note Mark is an open-source note-taking application. Prior to version 0.19.3, after a note-mark owner
soft-deletes a public book, its notes and uploaded assets stay readable at /api/notes/{id},
/api/notes/{id}/content, the slug URL, and the asset endpoints. Unauthenticated callers who hold the note
ID or the slug path retain access. GORM's soft-delete scope does not reach the raw "JOIN books ..."
clauses used by the note and asset queries. This issue has been patched in version 0.19.3.
(CVE-2026-41572)

Solution

Update the github.com/enchant97/note-mark/backend library and its related packages to version 0.0.0-20260417132843-d1bf845a2a2d or later.

See Also

https://github.com/advisories/GHSA-3gr9-485j-v4xf

Plugin Details

Severity: Medium

ID: 440893

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 4/26/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N

CVSS Score Source: CVE-2026-41572

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/25/2026

Vulnerability Publication Date: 4/25/2026

Reference Information

CVE: CVE-2026-41572

cwe: CWE-285