CVE-2025-12925
BaseFortify
Publication date: 2025-11-10
Last updated on: 2026-02-24
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rymcu | forest | * |
Helpful Resources
Exploitability
| 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. |
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a security flaw in the rymcu forest software affecting certain functions (getAll, addDic, getAllDic, deleteDic) in the UserDicController.java file. The flaw allows missing authorization checks, meaning an attacker can remotely exploit these functions without proper permission.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to remotely access and manipulate user dictionary functions without authorization, potentially leading to unauthorized data access, modification, or deletion. This can compromise the integrity and confidentiality of the system's data.