1) Security workarounds (SWRRs) aim to rapidly neutralize software vulnerabilities without introducing new bugs, by leveraging existing error handling mechanisms to disable vulnerable code.
2) An evaluation of SWRRs on 5 Linux applications found they could neutralize 53% of vulnerabilities unobtrusively, which is over 2 times as many as configuration workarounds alone.
3) The Talos tool automatically generates SWRRs by analyzing source code to identify error handling patterns and adding minimal instrumentation, requiring low developer effort. SWRRs introduce an average 1.3% runtime overhead.