LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25233: AVE DOMINAplus 1.10.x Cross-Site Request Forgery and XSS Vulnerabilities

AVE DOMINAplus 1.10.x contains cross-site request forgery and cross-site scripting vulnerabilities that allow attackers to perform administrative actions without user consent. Attackers can craft malicious web pages to exploit login.php parameters and execute arbitrary scripts in user browser sessions.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-25233 affects AVE DOMINAplus 1.10.x web server software. It can let an attacker trick a browser into making unwanted administrative changes and may run script in a user’s browser session. Business risk is higher where this system is internet-accessible or used to control building automation functions.

Executive priority

Treat this as a targeted remediation item for building automation environments, not a broad enterprise emergency. Prioritize quickly if DOMINAplus is internet-facing, supports sensitive facilities, or is administered from shared workstations.

Technical view

The record describes CSRF and XSS in AVE DOMINAplus Web Server Code 53AB-WBS 1.10.62, involving login.php parameters. CVSS is 5.3 medium, with low attack complexity and low integrity impact. Public references include a Zero Science Lab advisory and an Exploit-DB entry, but the provided sources do not name a vendor patch.

Likely exposure

Exposure is most likely in organizations operating AVE DOMINAplus 1.10.x, especially Web Server Code 53AB-WBS 1.10.62. Risk increases if the web interface is reachable from untrusted networks or used by privileged administrators from normal browsing sessions.

Exploitation context

The sources include a public Exploit-DB reference, so researchers should assume public technical details exist. The provided bundle does not indicate CISA KEV listing or confirmed active exploitation. The described attack involves malicious web content causing unauthorized actions or browser-side script execution.

Researcher notes

Evidence supports CSRF and XSS in AVE DOMINAplus 1.10.x, specifically 53AB-WBS 1.10.62. Public exploit material is referenced, but active exploitation is not established. Patch status is unclear in the provided sources, so validation should focus on versioning, exposure, and vendor guidance.

Mitigation direction

  • Identify any AVE DOMINAplus 1.10.x deployments, especially 53AB-WBS 1.10.62.
  • Check AVE guidance for fixed software, firmware, or vendor-recommended mitigations.
  • Restrict DOMINAplus web access to trusted management networks or VPN users.
  • Avoid exposing the DOMINAplus web interface directly to the internet.
  • Use separate hardened browsers or profiles for administrator access.

Validation and detection

  • Inventory DOMINAplus web server versions and confirm whether 1.10.x is present.
  • Review whether the management interface is externally reachable.
  • Check web access logs for unusual administrative requests around login.php.
  • Confirm administrators are not browsing untrusted sites during authenticated management sessions.
  • Document vendor guidance status and remediation ownership.
Prepared
Confidence
medium
Sources
6

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
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-25233 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 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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
5Source 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 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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
AVE S.p.A.DOMINAplusWeb Server Code 53AB-WBS - 1.10.62Listed
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.

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.