Implementing Fuzz Testing in Python: A Practical Example

Implementing Fuzz Testing in Python: A Practical Example

Implementing Fuzz Testing in Python: A Practical Example In this article, I will implement a vulnerable program in Python and demonstrate how to perform fuzz testing using Python. It is important to note that since Python is a memory-safe language, we cannot fully replicate buffer overflow vulnerabilities found in C, but we can simulate similar … Read more

New Linux Kernel Vulnerability Can Be Exploited Directly Through Chrome Renderer Sandbox

New Linux Kernel Vulnerability Can Be Exploited Directly Through Chrome Renderer Sandbox

Shake Network Technology NewsClick the right to follow for the latest technology news!On August 9, 2025, a high-risk vulnerability numbered CVE-2025-38236 was discovered in the Linux kernel, allowing attackers to escalate privileges from the Chrome renderer sandbox on Linux systems.Google Project Zero researcher Jann Horn found that this vulnerability affects Linux kernel versions 6.9 and … Read more

New Linux Kernel Vulnerability Can Be Exploited Directly from Chrome Renderer Sandbox

New Linux Kernel Vulnerability Can Be Exploited Directly from Chrome Renderer Sandbox

On August 9, 2025, a high-risk vulnerability numbered CVE-2025-38236 was discovered in the Linux kernel, allowing attackers to escalate privileges from the Chrome renderer sandbox on Linux systems.Google Project Zero researcher Jann Horn found that this vulnerability affects Linux kernel versions 6.9 and above, stemming from the little-known MSG_OOB (Out-of-Band Data) feature in UNIX domain … Read more

Rapid Response to Malicious Code Injection Threats in Industrial Control Systems Using WebGaze Tools

Rapid Response to Malicious Code Injection Threats in Industrial Control Systems Using WebGaze Tools

One day, the cybersecurity monitoring center of an oil and gas company received a series of alarm signals indicating abnormal behavior in some of its production control systems. After a thorough investigation, it was discovered that certain critical control nodes were receiving abnormal commands from the internal network, suspected to be an external attacker attempting … Read more

Adaptive Fuzz Testing for ECUs: A Modular Testing Platform Approach to Enhance Vulnerability Detection

Adaptive Fuzz Testing for ECUs: A Modular Testing Platform Approach to Enhance Vulnerability Detection

Abstract This presentation introduces an adaptive fuzzing physical testing platform designed to identify vulnerabilities in automotive systems, with a particular focus on the Controller Area Network (CAN) bus. By employing “Automated Reverse Engineering Guided Fuzzing” (ARE – GF), our framework assesses the security resilience of CAN networks against complex attacks. The demonstration showcases a live … Read more

IOTFUZZER: Discovering Memory Corruption in IoT Through Application-Based Fuzz Testing

IOTFUZZER: Discovering Memory Corruption in IoT Through Application-Based Fuzz Testing

1. Overview The author proposes a novel automated black-box Fuzz testing framework—IOTFUZZER, aimed at monitoring memory corruption vulnerabilities in IoT devices. Main Advantages No need to obtain firmware images of IoT devices. No reverse engineering required. No need to know the specifics of the protocol. Purpose of Work Only Fuzz testing, used to guide subsequent … Read more

Design of a Firmware Bluetooth Protocol Vulnerability Mining Framework Based on Virtualization

Design of a Firmware Bluetooth Protocol Vulnerability Mining Framework Based on Virtualization

Abstract:In recent years, the application of Bluetooth devices has become increasingly widespread. If there are vulnerabilities in Bluetooth devices, it may lead to information leakage, economic losses, and other consequences. However, the firmware updates for Bluetooth devices are often delayed, and some cannot even perform hot updates. Currently, there is a relative lack of tools … Read more