LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25270: SOCA Access Control System 180612 Reflected Cross-Site Scripting via logged_page.php

SOCA Access Control System 180612 contains a cross-site scripting vulnerability in the 'senddata' POST parameter of logged_page.php that allows attackers to inject malicious scripts. Attackers can exploit this weakness by sending crafted POST requests to execute arbitrary HTML and script code in a victim's browser session.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-25270 is a reflected cross-site scripting issue in SOCA Access Control System. If a user is tricked into submitting crafted data, malicious script can run in that user’s browser session. Business risk is mainly credential/session exposure or unauthorized actions through an authenticated user, not direct server takeover.

Executive priority

Treat as a moderate-priority web application risk. It is unlikely to be a standalone infrastructure compromise, but it can support phishing, session theft, or user-driven unauthorized actions. Prioritize if the access control system is internet-facing or used by privileged administrators.

Technical view

The issue affects SOCA Access Control System versions 180612, 170000, and 141007. The reported flaw is CWE-79 in the senddata POST parameter of logged_page.php. CVSS 3.1 is 6.1, with network access, low attack complexity, no privileges, required user interaction, changed scope, and limited confidentiality and integrity impact.

Likely exposure

Exposure is most relevant where SOCA Access Control System web interfaces are reachable by users or networks that could receive attacker-controlled links or forms. Public internet exposure would increase phishing and drive-by risk. The provided sources do not establish how commonly these systems are deployed or exposed.

Exploitation context

Public exploit listings are referenced by Packet Storm and other vulnerability databases, so proof-of-concept-level information appears public. The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires user interaction and affects the victim’s browser context.

Researcher notes

Evidence is based on CVE data and third-party advisories. Sources identify reflected XSS in a specific POST parameter and list affected versions, but the bundle does not include vendor patch details. Avoid assuming a fixed version unless vendor documentation confirms it.

Mitigation direction

  • Check SOCA vendor guidance for supported updates or remediation.
  • Limit access to the SOCA web interface to trusted networks.
  • Require VPN or other controlled access for administrative interfaces.
  • Use browser security controls and phishing-resistant user awareness measures.
  • Review web application filtering as a compensating control if patch guidance is unavailable.

Validation and detection

  • Inventory SOCA Access Control System deployments and versions.
  • Prioritize versions 180612, 170000, and 141007 for review.
  • Determine whether logged_page.php is reachable by untrusted users.
  • Review web logs for unusual requests to logged_page.php.
  • Confirm remediation status against vendor or trusted advisory guidance.
Prepared
Confidence
high
Sources
7

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-79: 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-25270 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

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
6Source 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.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2019-25270Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SOCA Technology Co., LtdSOCA Access Control System180612, 170000, 141007Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.