LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25682: CMSsite 1.0 Cross-Site Request Forgery via users.php

CMSsite 1.0 contains a cross-site request forgery vulnerability that allows attackers to perform unauthorized administrative actions by crafting malicious HTML forms. Attackers can trick authenticated administrators into visiting crafted pages that submit POST requests to the users.php endpoint with parameters like source=add_user, source=edit_user, or del=1 to create, modify, or delete admin accounts.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CMSsite 1.0 has a CSRF flaw that can let an attacker abuse a logged-in administrator’s browser to perform account-management actions. The reported actions include creating, editing, or deleting admin accounts. This is most urgent for organizations still running CMSsite 1.0 with active administrators using the web interface.

Executive priority

Treat as a targeted administrative-risk issue, not a broad unauthenticated takeover. Prioritize if CMSsite 1.0 is still used, especially on public-facing systems. If the product is not present, no action is needed beyond normal asset tracking.

Technical view

CVE-2019-25682 is a CWE-352 cross-site request forgery issue in CMSsite 1.0 involving administrative user-management requests to users.php. The CVE record reports CVSS 4.0 score 5.3. Exploitation depends on an authenticated administrator being induced to visit attacker-controlled content, allowing unauthorized administrative changes through the victim session.

Likely exposure

Exposure appears limited to CMSsite version 1.0 deployments. Risk is higher where the admin interface is reachable by general users or the internet and administrators browse untrusted content while authenticated.

Exploitation context

A public ExploitDB reference exists, but the provided sources do not show active exploitation or CISA KEV listing. The attack is social-engineering dependent and targets authenticated administrator sessions rather than unauthenticated direct compromise.

Researcher notes

Evidence is limited to the CVE entry, VulnCheck advisory, product repository, and ExploitDB reference. No patch status, affected commit range, or active exploitation evidence is provided in the source bundle. Validate only in authorized environments and avoid reproducing public exploit mechanics operationally.

Mitigation direction

  • Check the CMSsite repository and vendor guidance for a fixed release or security update.
  • Restrict access to the CMSsite administrative interface to trusted networks or VPN users.
  • Require administrators to log out after use and avoid browsing untrusted sites while authenticated.
  • If maintaining the code, implement server-side CSRF tokens on administrative state-changing requests.
  • Review administrative accounts for unauthorized additions, edits, or deletions.

Validation and detection

  • Inventory CMSsite deployments and confirm whether version 1.0 is in use.
  • Determine whether the administrative interface is internet-accessible or broadly reachable internally.
  • Review user-management pages for CSRF protections on state-changing actions.
  • Audit admin account history for unexpected creations, modifications, or deletions.
  • Monitor vendor, CVE, and advisory sources for updated remediation details.
Prepared
Confidence
high
Sources
5

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-2019-25682 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
5.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
4Source 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
5.3CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:LPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.3Medium
CVSS 4.0 vector shape for CVE-2019-25682Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
VictorAlagwuCMSsite1.0Listed
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.