LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25174: ABC ERP 0.6.4 Cross-Site Request Forgery via _configurar_perfil.php

ABC ERP 0.6.4 contains a cross-site request forgery vulnerability that allows attackers to modify administrator credentials by submitting forged requests to _configurar_perfil.php. Attackers can craft malicious forms or links containing parameters like usuario, contrasena1, contrasena2, nombre, and email to change admin account settings without authentication.

MediumCVSS 6.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.9CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:LPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

6.9Medium
CVSS 4.0 vector shape for CVE-2018-25174Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Abc-ErpABC ERP0.6.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

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.