Skip to main content

lin-cms-spring-boot EUVDEUVD-2026-33471

| CVE-2026-10152 LOW
Improper Access Control (CWE-284)
2026-05-30 VulDB
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from Vendor (VulDB) · only source for this CVE.

CVSS VectorVendor: VulDB

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Severity Changed
May 30, 2026 - 20:22 NVD
MEDIUM LOW
CVSS changed
May 30, 2026 - 20:22 NVD
6.3 (MEDIUM) 2.1 (LOW)
Analysis Generated
May 30, 2026 - 20:16 vuln.today
CVE Published
May 30, 2026 - 19:15 nvd
MEDIUM 6.3

DescriptionCVE.org

A vulnerability was detected in TaleLin lin-cms-spring-boot up to 0.2.1. This issue affects some unknown processing of the file src/main/java/io/github/talelin/latticy/controller/v1/BookController.java of the component book Endpoint. The manipulation results in improper access controls. The attack may be launched remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

AnalysisAI

Improper access control in TaleLin lin-cms-spring-boot through version 0.2.1 allows authenticated remote attackers to bypass authorization enforcement on the book API endpoint, gaining unauthorized read, write, and functional access to book resources. The flaw is rooted in BookController.java and tagged as an authentication bypass, suggesting privilege escalation beyond what the standard CVSS PR:L signal alone implies. A publicly available exploit exists via GitHub issue #336, no vendor patch has been released, and the maintainer has not responded to responsible disclosure - conditions that collectively elevate operational urgency despite the medium CVSS score of 6.3.

Technical ContextAI

lin-cms-spring-boot is a Java Spring Boot content management system developed under the TaleLin project. The vulnerable component is BookController.java at src/main/java/io/github/talelin/latticy/controller/v1/BookController.java, which handles REST API logic for book-related resources under the /v1/book endpoint path. The root cause class is CWE-284 (Improper Access Control), a category covering failures to correctly enforce permission boundaries at the endpoint or object level - a pattern frequently seen in Spring Boot applications where method-level security annotations (@PreAuthorize, @Secured) are missing or misconfigured on individual controller methods, allowing lower-privileged roles to invoke operations intended only for administrators or owners. The CPE cpe:2.3:a:talelin:lin-cms-spring-boot:*:*:*:*:*:*:*:* confirms all versions through 0.2.1 fall within the affected range.

RemediationAI

No vendor-released patch has been identified at time of analysis - the project maintainers have not responded to responsible disclosure submitted via GitHub issue #336, and no fixed version exists. As a primary compensating control, administrators should restrict access to the /v1/book endpoint at the API gateway or reverse proxy layer, limiting requests to trusted roles or internal networks only; this prevents exploitation but disables book management functionality for restricted users. Alternatively, removing or disabling the book module entirely from the deployed instance eliminates the attack surface with the trade-off of losing all book-related CMS features. Organizations should monitor the project repository at https://github.com/TaleLin/lin-cms-spring-boot/ for any maintainer response or patch commit. If Spring Security configuration is accessible, adding explicit method-level @PreAuthorize annotations to BookController methods can serve as a code-level mitigation without waiting for an upstream release, though this requires application-layer access and thorough testing.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

EUVD-2026-33471 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy