Security readout for executives and security teams
Plain-English summary
ABC ERP 0.6.4 has a cross-site request forgery issue that can let an attacker change administrator account settings through a forged web request. For a business, the main concern is loss of administrative control over an affected ERP instance. Public exploit information exists, but the provided sources do not show active exploitation.
Executive priority
Treat as a targeted remediation item, not an enterprise-wide emergency. Prioritize quickly if ABC ERP 0.6.4 is internet-facing or used for sensitive business operations, because administrative account control may be affected and public exploit information exists.
Technical view
CVE-2018-25174 affects ABC ERP 0.6.4 in _configurar_perfil.php. The issue is CWE-352 cross-site request forgery and is described as allowing modification of administrator credentials and profile fields through forged requests. The source bundle lists CVSS 4.0 score 6.9, medium severity, network attack vector, low complexity, and no privileges required.
Likely exposure
Exposure is limited to organizations running ABC ERP 0.6.4, especially if the application is reachable by users through a browser. Internet-facing deployments or deployments used by administrators from untrusted browsing environments carry higher practical risk.
Exploitation context
ExploitDB lists public exploit material for this issue, and VulnCheck has an advisory. The CVE is not listed as KEV in the provided data. No cited source states active exploitation in the wild.
Researcher notes
The public record identifies a specific affected version and endpoint, but the provided sources do not name an official patch. The CVSS vector in the bundle indicates UI:N, which is unusual for CSRF; validate assumptions against the primary advisory before risk scoring internally.
Mitigation direction
- Confirm whether ABC ERP 0.6.4 is deployed anywhere in the environment.
- Check vendor or project guidance for fixed versions or official remediation.
- Restrict access to ABC ERP administrative functions to trusted networks or VPN.
- Require strong session handling and CSRF protections where administratively configurable.
- Monitor for unexpected administrator profile or credential changes.
Validation and detection
- Inventory application versions and confirm whether ABC ERP 0.6.4 is present.
- Review web server logs for requests to _configurar_perfil.php.
- Audit administrator account changes around suspicious browsing or email activity.
- Verify whether administrative profile changes require valid anti-CSRF protections.
- Document compensating controls if no vendor patch is available.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2018-25174 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.9 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
6.9MediumVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
Source materials
- CVE List V5 sourceCVE List V5
- ExploitDB-45836CVE reference · exploit
- VulnCheck Advisory: ABC ERP 0.6.4 Cross-Site Request Forgery via _configurar_perfil.phpCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
