Shostack + Friends Blog

 

Application Security Roundup - March

A few tools, some thoughts on injection, some standards, and some of Adam’s appsec news. A set of puzzle pieces

The March appsec roundup includes few tools, some thoughts on injection, some standards, and some of my own appsec news.

Tools

Injection and Parsing

Indirect Prompt Injection on Bing Chat is an interesting and powerful attack which relies on a mix of unclear boundaries and the unique programming model of LLMs, which is that ‘everything is part of the prompt.’ Bob Gourley took advantage of that to create Unrestricted Intelligence, where he submits a carefully crafted pre-prompt to ChatGPT, followed by your submission. These attacks are worked through in more depth in More than you’ve asked for: A Comprehensive Analysis of Novel Prompt Injection Threats to Application-Integrated Large Language Models. (Speaking of which, did you know you can swap ar5iv for arxiv and get readable HTML? )

All of these injection attacks can be seen as parsing attacks, where code and data intermingle. Another example of that is in The Most Dangerous Codec in the World: Finding and Exploiting Vulnerabilities in H.264 Decoder, which presents a new toolset for “analyzing, generating, and manipulating syntactically correct but semantically spec-non-compliant video files.” Video decoding has always been intensely dangerous. People mocked Microsoft for putting graphics into the NT kernel, but note footnote 2, “Some Twitter commentary about CVE-2022-22675 assumed that Apple only recently moved video parsing into the iOS kernel. Not so. In fact, the first bug we identified was present in the kernel as far back as iOS 10.” (Also, what do we expect of Twitter commentary?)

Standards

Training and Adam Notes

  • Today’s the last day to get the early bird discount for our May Threat Modeling Intensive!
  • My fellow Star Wars geeks at Panther are giving away copies of Threats as part of both an April 11 webinar registration required, and a signing at RSA at their booth (#228 in the South Expo Hall) on Wednesday, April 26 at 11 am).
  • I’m keynoting Appsec PNW, with a working title of “From Tacoma Narrows to West Seattle...Lessons from a century of PNW bridges.”
  • Last, but not least, my article “Nothing is Good Enough” got a callout on the cover of the Jan/Feb 2023 IEEE S+P all about how “nothing” is often seen as “good enough” and how we should not ignore that in process design. (Paywalled, sorry)