LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25177: Data Center Audit 2.6.2 Cross-Site Request Forgery via dca_resetpw.php

Data Center Audit 2.6.2 contains a cross-site request forgery vulnerability that allows attackers to reset administrator passwords without authentication by submitting crafted POST requests. Attackers can send requests to dca_resetpw.php with parameters updateuser, pass, pass2, and submit_reset to change the admin account password and gain administrative access.

MediumCVSS 6.9Not KEV-listedUpdated
Glexia's Takemoderate

Analyst readout for executives and security teams

Plain-English summary

Data Center Audit 2.6.2 has a password-reset flaw that can allow an unauthenticated attacker to change the administrator password and take over the application. A public exploit reference exists, but the provided sources do not show active exploitation.

Executive priority

Treat this as a priority for any exposed Data Center Audit deployment because compromise can lead directly to administrator control. If the product is not internet-facing and tightly restricted, urgency is lower but remediation should still be scheduled.

Technical view

CVE-2018-25177 is a CWE-352 cross-site request forgery issue in dca_resetpw.php. The advisory states crafted POST requests can reset the admin password without authentication. It affects Sourceforge Data Center Audit 2.6.2 and is scored CVSS v4 6.9.

Likely exposure

Exposure appears limited to organizations running Data Center Audit 2.6.2. Risk is higher when the application is reachable from the internet or broad internal networks. The sources do not identify other affected versions or products.

Exploitation context

ExploitDB and VulnCheck list public exploit information, so defenders should assume the issue is known to attackers. However, it is not listed as KEV in the provided bundle, and no cited source confirms active exploitation.

Researcher notes

Evidence is limited to the CVE record, VulnCheck advisory, and ExploitDB reference. No official patch, workaround, or broader affected-version range is named in the provided sources. Exploit availability is public, but active exploitation is not confirmed.

Mitigation direction

  • Check vendor or project guidance for any available fixed version or official workaround.
  • Restrict access to Data Center Audit to trusted networks, VPN, or allowlisted administrators.
  • Remove internet exposure for the application if business use requires keeping it online.
  • Retire or replace the application if no maintained fix is available.
  • Reset administrator credentials after exposure is reduced and integrity is reviewed.

Validation and detection

  • Inventory systems for Data Center Audit version 2.6.2.
  • Confirm whether dca_resetpw.php is reachable by unauthenticated users.
  • Review web logs for unexpected password reset activity targeting dca_resetpw.php.
  • Check for unexplained administrator password changes, sessions, or account activity.
  • Verify network controls limit access to trusted administrative paths.
Prepared
Confidence
high
Sources
4

Based on public source material and reviewed before publication.

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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-25177 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-25177Attack 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
SourceforgeData Center Audit2.6.2Listed
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.