Synopsis
Palo Alto Networks Panorama VM Appliance, running PAN-OS version 6.0 contains a flaw related to the processing of new firmware. During the installation of the firmware, the system will execute python code within an image file before verifying the signature of the of the file. A portion of the vulnerable code:
# Read out the image header
f = open(secimage, 'rb')
hdr = f.read(256)
hdr = f.read(3584)
f.close()
try:
hdr = struct.unpack('3584s', hdr)[0].split('\0')[0]
Try and ensure a dictionary before running eval on it
if hdr[0] == ' {' and hdr[-1] == '}
':
self.imginfo.update(eval(hdr))
except: pass
Exploitation of this issue would require tricking an administrator to install a file from a malicious source (e.g. social engineering, hosting on a phishing site, man-in-the-middle a legitimate download). If the device has an auto-update mechanism for firmware, a man-in-the-middle attack would be more feasible.
Note that other Palo Alto devices and technology may contain the same flaw, but were not tested.
Solution
Upgrade to version 6.0.1 or later.Additional References
https://www.paloaltonetworks.com/products/platforms/centralized-management/panorama/overview.htmlhttps://securityadvisories.paloaltonetworks.com/Report
Disclosure Timeline
All information within TRA advisories is provided “as is”, without warranty of any kind, including the implied warranties of merchantability and fitness for a particular purpose, and with no guarantee of completeness, accuracy, or timeliness. Individuals and organizations are responsible for assessing the impact of any actual or potential security vulnerability.
Tenable takes product security very seriously. If you believe you have found a vulnerability in one of our products, we ask that you please work with us to quickly resolve it in order to protect customers. Tenable believes in responding quickly to such reports, maintaining communication with researchers, and providing a solution in short order.
For more details on submitting vulnerability information, please see our Vulnerability Reporting Guidelines page.
If you have questions or corrections about this advisory, please email [email protected]