CVE-2025-9474
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-26

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was detected in Mihomo Party up to 1.8.1 on macOS. Affected is the function enableSysProxy of the file src/main/sys/sysproxy.ts of the component Socket Handler. The manipulation results in creation of temporary file with insecure permissions. The attack requires a local approach. This attack is characterized by high complexity. The exploitability is told to be difficult. The exploit is now public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-26
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2025-08-26
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mihomo party 1.8.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-377 Creating and using insecure temporary files can leave application and system data vulnerable to attack.
CWE-378 Opening temporary files without appropriate measures or controls can leave the file, its contents and any function that it impacts vulnerable to attack.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability in Mihomo Party for macOS allows a local attacker to exploit an insecurely permissioned UNIX socket created by the application. The socket is world-readable and writable and accepts unauthenticated HTTP requests. This enables any local user to connect to the socket and modify system-wide proxy settings, potentially redirecting network traffic through a malicious server. [1]

Impact Analysis

Exploiting this vulnerability can allow an attacker to redirect all system network traffic through a malicious server they control. This can lead to man-in-the-middle (MiTM) attacks, enabling interception, manipulation, or exfiltration of sensitive data transmitted over the network. [1]

Detection Guidance

You can detect this vulnerability by checking for the presence of the UNIX socket `/tmp/mihomo-party-helper.sock` and inspecting its permissions. Use the command `ls -l /tmp/mihomo-party-helper.sock` to see if the socket exists and if it has world-readable and writable permissions. Additionally, monitoring for unauthorized changes to system-wide proxy settings or unusual network traffic redirection may indicate exploitation. [1]

Mitigation Strategies

Immediate mitigation steps include removing or restricting access to the insecure UNIX socket `/tmp/mihomo-party-helper.sock` by changing its permissions to limit access only to trusted users. Updating Mihomo Party to a version later than 1.8.1 where this vulnerability is fixed is recommended. Additionally, monitor and restrict local user access to prevent unauthorized modification of system proxy settings. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-9474. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart