CVE-2026-90939
Received Received - Intake

Information Disclosure in novel-plus via Unauthenticated API Endpoint

Vulnerability report for CVE-2026-90939, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: VulnCheck

Description

novel-plus through 5.3.3 contains an information disclosure vulnerability in the /sys/user/list endpoint that lacks proper permission annotations. Authenticated attackers can retrieve password hashes and personal data including email addresses and phone numbers for users within their data scope, enabling offline hash cracking and account takeover.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-14
Last Modified
2026-09-14
Generated
2026-09-15
AI Q&A
2026-09-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
novel-plus novel-plus From 5.3.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an information disclosure flaw in the novel-plus application through version 5.3.3. It affects the /sys/user/list endpoint which lacks proper permission checks. Authenticated attackers can access this endpoint to retrieve sensitive user data including password hashes and personal information like email addresses and phone numbers within their data scope.

Detection Guidance

To detect this vulnerability, check if the /sys/user/list endpoint is accessible without proper authorization. Use tools like curl to send a GET request to the endpoint with a valid session token. If the endpoint returns user data including password hashes and personal information, the system is vulnerable.

Impact Analysis

Attackers can exploit this to obtain password hashes and personal data of users in their scope. The password hashes are stored as MD5(MD5(salt + password)) with a fixed salt, making them vulnerable to offline cracking attempts. This could lead to account takeover if weak passwords are used. Attackers need only low-privilege access and must share a department with target users.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for protecting personal data and implementing proper access controls. It results in unauthorized disclosure of sensitive personal information including email addresses, phone numbers, and password hashes, which constitutes a data breach under these regulations.

Mitigation Strategies

Immediately update novel-plus to a version beyond 5.3.3. Ensure the @RequiresPermissions annotation is added to the SysUserController.list method. Remove the password column from the /sys/user/list endpoint response or mark it with @JsonIgnore. Restrict access to the endpoint based on user roles and permissions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90939. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart