We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CR

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Cryptography and Security

Title: Retrofitting Fine Grain Isolation in the Firefox Renderer (Extended Version)

Abstract: Firefox and other major browsers rely on dozens of third-party libraries to render audio, video, images, and other content. These libraries are a frequent source of vulnerabilities. To mitigate this threat, we are migrating Firefox to an architecture that isolates these libraries in lightweight sandboxes, dramatically reducing the impact of a compromise.
Retrofitting isolation can be labor-intensive, very prone to security bugs, and requires critical attention to performance. To help, we developed RLBox, a framework that minimizes the burden of converting Firefox to securely and efficiently use untrusted code. To enable this, RLBox employs static information flow enforcement, and lightweight dynamic checks, expressed directly in the C++ type system.
RLBox supports efficient sandboxing through either software-based-fault isolation or multi-core process isolation. Performance overheads are modest and transient, and have only minor impact on page latency. We demonstrate this by sandboxing performance-sensitive image decoding libraries ( libjpeg and libpng ), video decoding libraries ( libtheora and libvpx ), the libvorbis audio decoding library, and the zlib decompression library.
RLBox, using a WebAssembly sandbox, has been integrated into production Firefox to sandbox the libGraphite font shaping library.
Comments: Accepted at Usenix Security 2020
Subjects: Cryptography and Security (cs.CR)
MSC classes: D.4.6
ACM classes: D.4.6
Cite as: arXiv:2003.00572 [cs.CR]
  (or arXiv:2003.00572v2 [cs.CR] for this version)

Submission history

From: Shravan Ravi Narayan [view email]
[v1] Sun, 1 Mar 2020 20:05:25 GMT (692kb,D)
[v2] Tue, 10 Mar 2020 00:01:34 GMT (1586kb,D)

Link back to: arXiv, form interface, contact.