CVE-2023-7325: Mingyu Operations and Maintenance Audit and Risk Control System xmlrpc.sock SSRF
Anheng Mingyu Operation and Maintenance Audit and Risk Control System up to 2023-08-10 contains a server-side request forgery (SSRF) vulnerability in the xmlrpc.sock handler. The product accepts specially crafted XML-RPC requests that can be used to instruct the server to connect to internal unix socket RPC endpoints and perform privileged XML-RPC methods. An attacker able to send such requests can invoke administrative RPC methods via the unix socket interface to create arbitrary user accounts on the system, resulting in account creation and potential takeover of the bastion host. VulnCheck has observed this vulnerability being exploited in the wild as of 2025-10-30 at 00:30:17.837319 UTC.
Security readout for executives and security teams
Plain-English summary
A remote, unauthenticated attacker can abuse the Mingyu management system to create administrator-capable accounts, potentially taking control of the bastion host and the systems it protects. The supplied sources report exploitation in the wild, making this an immediate operational risk where affected systems are reachable.
Executive priority
Treat exposed or potentially affected systems as an immediate incident-response and remediation priority. Assign ownership now, restrict access, hunt for unauthorized accounts, and obtain vendor-supported remediation. Because exploitation is reported and a successful attack may compromise a privileged bastion host, delayed action could expose downstream managed systems.
Technical view
The xmlrpc.sock handler permits SSRF into internal Unix-socket XML-RPC services without authentication. Crafted requests can reach privileged administrative methods and create arbitrary users. CVSS 4.0 is 9.3, with high confidentiality and integrity impact. The supplied version information is imprecise, but identifies systems through 10 August 2023 as affected.
Likely exposure
Highest risk applies to affected Mingyu appliances whose vulnerable XML-RPC handler is reachable from untrusted networks. Internal-only systems remain exposed to attackers with network access. The source bundle does not establish reliable fixed-version boundaries, deployment prevalence, or whether later releases are safe.
Exploitation context
VulnCheck reports observing exploitation in the wild on 30 October 2025. CVE-2023-7325 is not identified as CISA KEV in the supplied bundle. Public references are tagged as containing exploit information, increasing practical risk, although the bundle provides no campaign scope or attacker attribution.
Researcher notes
The weakness combines SSRF (CWE-918) with missing authentication for critical functionality (CWE-306). The stated outcome is privileged user creation through internal Unix-socket RPC methods. Precise affected versions, patch availability, indicators, and exploitation scale are not established by the supplied evidence and require vendor or additional authoritative confirmation.
Mitigation direction
Identify every deployed Mingyu Operations and Maintenance Audit and Risk Control System instance.
Immediately restrict appliance access to trusted management networks and authorized administrators.
Remove direct internet exposure and apply network filtering around the XML-RPC interface.
Check current vendor guidance for fixed versions or supported mitigations; none are named in the supplied sources.
Investigate suspicious accounts and isolate potentially compromised appliances before restoring trusted administration.
Validation and detection
Confirm product versions and deployment dates against authoritative vendor inventory and guidance.
Test whether the XML-RPC handler is reachable from internet-facing or untrusted network segments.
Review user-account records for unexpected, recently created, or newly privileged accounts.
Examine appliance and network logs for anomalous XML-RPC requests and internal socket access.
Verify compensating access controls from both permitted and untrusted network locations.
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-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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.
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.