Archive for the ‘Blog’ Category
gpt-oss-20b is not always faithful in its chain-of-thought In the previous blog post, we showcased a Role in Prompt (RiP) attack where malicious user input and tool output can cause prompt injection and bypass the alignment safeguards in OpenAI’s newest gpt-oss-20b model. This finding was uncovered as part of the Caesar Creek Software’s team research… » Read More
We participated in a Kaggle competition to red team the OpenAI gpt-oss-20b model. The following series is a detailed look at our thoughts that encompassed our submission. Work conducted by Danny L., Huy Chi Dai, Cole L., John H., and Zack B. Bypassing Instruction Hierarchy and Policies in gpt-oss-20b Introduction At the start of August… » Read More
Leveraging Machine Learning to Enhance Acoustic Eavesdropping Attacks (Part 4 of 4)
November 4th, 2025 by Brian
Previously, we discussed pre-processing captured data for restoration. In this post, we discuss the audio restoration process using Generative Adversarial Networks (GANs) to aid in recovery. Audio Restoration Introduction In the previous post, we discussed the methods we used to pre-process the accelerometer and gyroscope data. In this blog post, we will discuss the machine… » Read More
Leveraging Machine Learning to Enhance Acoustic Eavesdropping Attacks (Part 3 of 4)
October 17th, 2025 by Brian
After initial testing, we started to expand with our new tests and implementations. Preprocessing Introduction Previously, we explored the feasibility of the sensor attack vector, and found that it would be best realized through a native Android app. In this post, we will pre-process the data recovered from our application and discuss the decisions we… » Read More
Leveraging Machine Learning to Enhance Acoustic Eavesdropping Attacks (Part 2 of 4)
October 16th, 2025 by Brian
Based on the previous introduction, we now work to test what is published to see the current status. Initial Testing Our initial goal was to confirm that the gyroscope and accelerometer could sample at frequencies high enough (and with low enough noise) to preserve audio data. According to the Nyquist-Shannon sampling theorem, we can reconstruct… » Read More
