Major Updates Are Here — Meet AI Recreate & Auto Edit to Create 10X Faster

Firmware: P150-638v6.0

MRI and CT scanners from GE and Philips use embedded PCs with this firmware for image data transfer. The update ensures compliance with new medical data integrity standards (IEC 62304).

Version 6.0 addresses the following CVEs (Common Vulnerabilities and Exposures) identified in the v5.x network stack: P150-638v6.0 Firmware


Although obscure, security researchers identified a vulnerability in the driver negotiation protocol of older SAS controllers. P150-638v6.0 includes a backported fix that prevents a malicious device from causing a buffer overflow during initialization. MRI and CT scanners from GE and Philips

If you are running RAID 5 or RAID 6, you know that a "patrol read" error can cascade into a failed rebuild. This firmware introduces smarter error-handling algorithms that reduce the risk of UREs (Unrecoverable Read Errors) during parity checks. It also shortens rebuild times by approximately 15% compared to prior versions. P150-638v6.0 Firmware

Cause: You downloaded a version meant for a sub-model (e.g., P150-638A vs P150-638B).
Solution: Double-check the PCB revision number physically printed on your board. Download the exact variant.

While not universal, users searching for P150-638v6.0 are often working with:

# verify checksum
sha256sum P150-638v6.0.img
# copy image to device
scp P150-638v6.0.img admin@DEVICE:/tmp/
# initiate upgrade (vendor-specific)
ssh admin@DEVICE "sysupgrade /tmp/P150-638v6.0.img"
# check version after reboot
ssh admin@DEVICE "cat /etc/os-release; uname -a; show version"