CVE-2025-8025
Published: 11 February 2026
Summary
CVE-2025-8025 is a critical-severity Improper Access Control (CWE-284) vulnerability in Gov (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and IA-2 (Identification and Authentication (Organizational Users)).
Deeper analysis
CVE-2025-8025 is a Missing Authentication for Critical Function and Improper Access Control vulnerability (CWE-284, CWE-306) in Dinosoft Business Solutions' Dinosoft ERP software. It enables accessing functionality not properly constrained by access control lists (ACLs). The vulnerability affects Dinosoft ERP versions from below 3.0.1 through 11022026 and was published on 2026-02-11.
The vulnerability has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with low complexity, no required privileges or user interaction, and no change in scope. Unauthenticated remote attackers can thus access critical functions, achieving high impacts on confidentiality, integrity, and availability.
A related advisory is available from the Turkish National Cyber Incident Response Center (USOM) at https://www.usom.gov.tr/bildirim/tr-26-0059. The vendor was contacted early about the disclosure but did not respond in any way, and no patches or specific mitigations are detailed in available information.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207450
Vulnerability details
Missing Authentication for Critical Function, Improper Access Control vulnerability in Dinosoft Business Solutions Dinosoft ERP allows Accessing Functionality Not Properly Constrained by ACLs. This issue affects Dinosoft ERP: from < 3.0.1 through 11022026. NOTE: The vendor was contacted early about…
more
this disclosure but did not respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authentication on a public-facing ERP application directly enables remote exploitation for initial access with full CIA impact.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces approved authorizations for logical access to critical ERP functions that the CVE shows are unconstrained by ACLs.
Requires unique identification and authentication before allowing access to the critical functions left unauthenticated in this vulnerability.
Limits privileges to only those needed, reducing the impact of the missing ACL enforcement on high-value ERP operations.