<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>RustSec Advisories</title><id>https://rustsec.org/feed.xml</id><updated>2026-07-12T12:00:00+00:00</updated><author><name>RustSec</name></author><icon>https://rustsec.org/favicon.ico</icon><link href="https://rustsec.org/feed.xml" rel="self" type="application/atom+xml"/><link href="https://rustsec.org/" rel="alternate" type="text/html"/><subtitle xml:lang="en">Security advisories filed against Rust crates</subtitle><entry><title>RUSTSEC-2026-0206: rustybuzz is unmaintained</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0206.html</id><updated>2026-07-12T12:00:00+00:00</updated><link href="https://rustsec.org/advisories/RUSTSEC-2026-0206.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0206: rustybuzz is unmaintained"/><published>2026-07-12T12:00:00+00:00</published><summary xml:lang="en">`rustybuzz` is unmaintained</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/rustybuzz/RUSTSEC-2026-0206.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/rustybuzz/RUSTSEC-2026-0206.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0206&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0206
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;&lt;code&gt;rustybuzz&lt;/code&gt; is unmaintained&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-11&quot;&gt;
          July 11, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-12&quot;&gt;
          July 12, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/rustybuzz.html&quot;&gt;rustybuzz&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/rustybuzz&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;span class=&quot;tag info&quot;&gt;INFO&lt;/span&gt;
        Unmaintained
        
      &lt;/dd&gt;

      

      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/harfbuzz/rustybuzz/issues/166&quot;&gt;
              https://github.com/harfbuzz/rustybuzz/issues/166
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        no patched versions
        
      &lt;/dd&gt;

      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;The current maintainer of &lt;code&gt;rustybuzz&lt;/code&gt; has stated that the crate is unmaintained and will not receive further fixes or updates (see the referenced issue).&lt;/p&gt;
&lt;h2&gt;Alternative(s)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/harfbuzz/harfrust&quot;&gt;&lt;code&gt;harfrust&lt;/code&gt;&lt;/a&gt;, an actively maintained and updated alternative which is part of the Harfbuzz project.&lt;/li&gt;
&lt;/ul&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0205: Unsoundness in scc</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0205.html</id><updated>2026-07-07T12:00:00+00:00</updated><link href="https://rustsec.org/advisories/RUSTSEC-2026-0205.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0205: Unsoundness in scc"/><published>2026-07-07T12:00:00+00:00</published><summary xml:lang="en">`Array::insert` violates exception safety if compare function panics, leading to potential Double-Free</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/scc/RUSTSEC-2026-0205.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/scc/RUSTSEC-2026-0205.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0205&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0205
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;&lt;code&gt;Array::insert&lt;/code&gt; violates exception safety if compare function panics, leading to potential Double-Free&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-06&quot;&gt;
          July  6, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-07&quot;&gt;
          July  7, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/scc.html&quot;&gt;scc&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/scc&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;span class=&quot;tag info&quot;&gt;INFO&lt;/span&gt;
        Unsound
        
      &lt;/dd&gt;

      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/exception.html&quot;&gt;#exception&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/unwind.html&quot;&gt;#unwind&lt;/a&gt;
        
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://codeberg.org/wvwwvwwv/scalable-concurrent-containers/issues/232&quot;&gt;
              https://codeberg.org/wvwwvwwv/scalable-concurrent-containers/issues/232
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=3.8.4&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      

      
      

      
      
    &lt;/dl&gt;

    
    

    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;In affected versions of this crate, &lt;code&gt;Array::insert&lt;/code&gt; is not exception safe. In the &lt;code&gt;UPSERT&lt;/code&gt; path, &lt;code&gt;key&lt;/code&gt; and &lt;code&gt;value&lt;/code&gt;&apos;s snapshot is written to &lt;code&gt;self.data_block&lt;/code&gt;, and after the insertion is completed, &lt;code&gt;key&lt;/code&gt; and &lt;code&gt;value&lt;/code&gt; are &lt;code&gt;mem::forget&lt;/code&gt; in order to prevent double free. However, during the insertion, &lt;code&gt;K::compare&lt;/code&gt; is invoked, which is a user-provided method. If user deliberately call panic in this function, during unwinding, the destructors of &lt;code&gt;key&lt;/code&gt;, &lt;code&gt;value&lt;/code&gt;, and &lt;code&gt;self&lt;/code&gt; will all be called (since the &lt;code&gt;mem::forget&lt;/code&gt; has not been called yet), leading to Double Free. Similar issues happens in the &lt;code&gt;!UPSERT&lt;/code&gt; path.&lt;/p&gt;
&lt;p&gt;The soundness issue was fixed in version &lt;code&gt;3.8.4&lt;/code&gt; by using &lt;code&gt;ManuallyDrop&lt;/code&gt; instead of &lt;code&gt;mem::forget&lt;/code&gt;, and separating fallible code from infallible code during a node split - insert = insert_try -&amp;gt; insert_unchecked.&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0204: Vulnerability in crossbeam-epoch</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0204.html</id><updated>2026-07-06T12:00:00+00:00</updated><link href="https://rustsec.org/advisories/RUSTSEC-2026-0204.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0204: Vulnerability in crossbeam-epoch"/><published>2026-07-06T12:00:00+00:00</published><summary xml:lang="en">Invalid pointer dereference in `fmt::Pointer` impl for `Atomic` and `Shared` when the underlying pointer is invalid</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/crossbeam-epoch/RUSTSEC-2026-0204.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/crossbeam-epoch/RUSTSEC-2026-0204.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0204&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0204
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;Invalid pointer dereference in &lt;code&gt;fmt::Pointer&lt;/code&gt; impl for &lt;code&gt;Atomic&lt;/code&gt; and &lt;code&gt;Shared&lt;/code&gt; when the underlying pointer is invalid&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-06&quot;&gt;
          July  6, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-06&quot;&gt;
          July  6, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/crossbeam-epoch.html&quot;&gt;crossbeam-epoch&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/crossbeam-epoch&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        Vulnerability
        
      &lt;/dd&gt;

      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/NULL-pointer-dereference.html&quot;&gt;#NULL-pointer-dereference&lt;/a&gt;
        
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/crossbeam-rs/crossbeam/pull/1276&quot;&gt;
              https://github.com/crossbeam-rs/crossbeam/pull/1276
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=0.9.20&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;unaffected&quot;&gt;Unaffected&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#60;0.9.0&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;Affected versions of &lt;code&gt;fmt::Display&lt;/code&gt; dereference the underlying pointer. This causes a invalid pointer dereference e.g., when a pointer created with &lt;code&gt;Atomic::null&lt;/code&gt; or &lt;code&gt;Shared::null&lt;/code&gt;. &lt;code&gt;fmt::Debug&lt;/code&gt; impls and pre-0.9 &lt;code&gt;fmt::Display&lt;/code&gt; impls, which do not dereference pointers, are not affected by this issue.&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0203: tree-sitter-perl-next is unmaintained</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0203.html</id><updated>2026-07-06T12:00:00+00:00</updated><link href="https://rustsec.org/advisories/RUSTSEC-2026-0203.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0203: tree-sitter-perl-next is unmaintained"/><published>2026-07-06T12:00:00+00:00</published><summary xml:lang="en">`tree-sitter-perl-next` is unmaintained</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/tree-sitter-perl-next/RUSTSEC-2026-0203.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/tree-sitter-perl-next/RUSTSEC-2026-0203.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0203&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0203
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;&lt;code&gt;tree-sitter-perl-next&lt;/code&gt; is unmaintained&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-06&quot;&gt;
          July  6, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-06&quot;&gt;
          July  6, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/tree-sitter-perl-next.html&quot;&gt;tree-sitter-perl-next&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/tree-sitter-perl-next&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;span class=&quot;tag info&quot;&gt;INFO&lt;/span&gt;
        Unmaintained
        
      &lt;/dd&gt;

      

      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/PRRPCHT/tree-sitter-perl-next&quot;&gt;
              https://github.com/PRRPCHT/tree-sitter-perl-next
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        no patched versions
        
      &lt;/dd&gt;

      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;The author of &lt;code&gt;tree-sitter-perl-next&lt;/code&gt; has stated that the crate is unmaintained and will not receive further fixes (see the repo&apos;s readme).&lt;/p&gt;
&lt;h2&gt;Alternative(s)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://crates.io/crates/ts-parser-perl&quot;&gt;&lt;code&gt;ts-parser-perl &lt;/code&gt;&lt;/a&gt;, an actively maintained tree-sitter Perl grammar that tree-sitter-perl-next initially forked.&lt;/li&gt;
&lt;/ul&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0202: Unsoundness in cxx</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0202.html</id><updated>2026-07-05T12:00:00+00:00</updated><category term="memory-exposure"/><link href="https://rustsec.org/advisories/RUSTSEC-2026-0202.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0202: Unsoundness in cxx"/><published>2026-07-05T12:00:00+00:00</published><summary xml:lang="en">`let_cxx_string!` uses uninitialized value due to exception safety violations</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/cxx/RUSTSEC-2026-0202.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/cxx/RUSTSEC-2026-0202.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0202&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0202
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;&lt;code&gt;let_cxx_string!&lt;/code&gt; uses uninitialized value due to exception safety violations&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-05&quot;&gt;
          July  5, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-05&quot;&gt;
          July  5, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/cxx.html&quot;&gt;cxx&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/cxx&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;span class=&quot;tag info&quot;&gt;INFO&lt;/span&gt;
        Unsound
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;categories&quot;&gt;Categories&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;a href=&quot;/categories/memory-exposure.html&quot;&gt;memory-exposure&lt;/a&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/exception.html&quot;&gt;#exception&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/unwind.html&quot;&gt;#unwind&lt;/a&gt;
        
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/dtolnay/cxx/issues/1729&quot;&gt;
              https://github.com/dtolnay/cxx/issues/1729
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=1.0.195&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      

      
      

      
      
    &lt;/dl&gt;

    
    
    &lt;dl&gt;
      &lt;dt&gt;Affected Functions&lt;/dt&gt;
      &lt;dd&gt;Version&lt;/dd&gt;
      
      &lt;dt&gt;&lt;code&gt;cxx::let_cxx_string&lt;/code&gt;&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#60;1.0.195&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      
    &lt;/dl&gt;
    

    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;In affected versions of this crate, &lt;code&gt;let_cxx_string!&lt;/code&gt; is not exception safe. After creating the &lt;code&gt;StackString&lt;/code&gt;, if &lt;code&gt;match $value&lt;/code&gt; panics, the content of &lt;code&gt;StackString&lt;/code&gt; is not yet initialized, while the drop implementation of &lt;code&gt;StackString&lt;/code&gt; unconditionally deinitializes the content, leading to use of uninitialized value.&lt;/p&gt;
&lt;p&gt;The soundness issue was fixed in version &lt;code&gt;1.0.195&lt;/code&gt; by moving drop logics to separate drop guard after initializing the &lt;code&gt;StackString&lt;/code&gt;.&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0199: Vulnerability in bcrypt</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0199.html</id><updated>2026-07-04T12:00:00+00:00</updated><category term="denial-of-service"/><link href="https://rustsec.org/advisories/RUSTSEC-2026-0199.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0199: Vulnerability in bcrypt"/><published>2026-07-04T12:00:00+00:00</published><summary xml:lang="en">Panic in `bcrypt::verify` on non-ASCII hash input</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/bcrypt/RUSTSEC-2026-0199.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/bcrypt/RUSTSEC-2026-0199.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0199&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0199
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;Panic in &lt;code&gt;bcrypt::verify&lt;/code&gt; on non-ASCII hash input&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-06-20&quot;&gt;
          June 20, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-04&quot;&gt;
          July  4, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/bcrypt.html&quot;&gt;bcrypt&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/bcrypt&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        Vulnerability
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;categories&quot;&gt;Categories&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;a href=&quot;/categories/denial-of-service.html&quot;&gt;denial-of-service&lt;/a&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/panic.html&quot;&gt;#panic&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/utf-8.html&quot;&gt;#utf-8&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/denial-of-service.html&quot;&gt;#denial-of-service&lt;/a&gt;
        
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/Keats/rust-bcrypt/pull/103&quot;&gt;
              https://github.com/Keats/rust-bcrypt/pull/103
            &lt;/a&gt;
          &lt;/li&gt;
        
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/Keats/rust-bcrypt/issues/62&quot;&gt;
              https://github.com/Keats/rust-bcrypt/issues/62
            &lt;/a&gt;
          &lt;/li&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/Keats/rust-bcrypt/pull/95&quot;&gt;
              https://github.com/Keats/rust-bcrypt/pull/95
            &lt;/a&gt;
          &lt;/li&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/Keats/rust-bcrypt/commit/f5f1ee2862c1198a85afe3c2f8cd80835162b7e9&quot;&gt;
              https://github.com/Keats/rust-bcrypt/commit/f5f1ee2862c1198a85afe3c2f8cd80835162b7e9
            &lt;/a&gt;
          &lt;/li&gt;
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;cvss_score&quot;&gt;CVSS Score&lt;/dt&gt;
      &lt;dd&gt;5.3 &lt;span class=&quot;tag medium&quot;&gt;
        MEDIUM
      &lt;/span&gt;&lt;/dd&gt;

      &lt;dt id=&quot;cvss_details&quot;&gt;CVSS Details&lt;/dt&gt;
      &lt;dd&gt;
        &lt;dl&gt;
          
            &lt;dt&gt;Attack Vector&lt;/dt&gt;
            &lt;dd&gt;Network&lt;/dd&gt;
          
            &lt;dt&gt;Attack Complexity&lt;/dt&gt;
            &lt;dd&gt;Low&lt;/dd&gt;
          
            &lt;dt&gt;Privileges Required&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;User Interaction&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Scope&lt;/dt&gt;
            &lt;dd&gt;Unchanged&lt;/dd&gt;
          
            &lt;dt&gt;Confidentiality Impact&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Integrity Impact&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Availability Impact&lt;/dt&gt;
            &lt;dd&gt;Low&lt;/dd&gt;
          
        &lt;/dl&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;cvss&quot;&gt;CVSS Vector&lt;/dt&gt;

      
          &lt;dd&gt;&lt;a href=&quot;https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L&quot;&gt;CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L&lt;/a&gt;&lt;/dd&gt;
        

      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=0.19.2&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;unaffected&quot;&gt;Unaffected&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#60;0.19.0&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;&lt;code&gt;bcrypt::verify(password, hash)&lt;/code&gt; and &lt;code&gt;HashParts::from_str(hash)&lt;/code&gt; panic in
&lt;code&gt;str::slice_error_fail&lt;/code&gt; when given a 60-byte &lt;code&gt;&amp;amp;str&lt;/code&gt; containing a multi-byte
UTF-8 character at certain byte positions.&lt;/p&gt;
&lt;h2&gt;Impact&lt;/h2&gt;
&lt;p&gt;Any Rust code that calls &lt;code&gt;bcrypt::verify&lt;/code&gt; (or &lt;code&gt;HashParts::from_str&lt;/code&gt;) with an
attacker-controlled hash string will panic. The &lt;code&gt;bcrypt&lt;/code&gt; crate is
&lt;code&gt;#![forbid(unsafe_code)]&lt;/code&gt;, so this is limited to a denial-of-service and
cannot lead to memory corruption.&lt;/p&gt;
&lt;p&gt;Realistic attack contexts include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rust authentication services reading hashes from a database that was
previously compromised via, e.g., SQL injection. The attacker can then
crash the service on every login attempt against the tampered account.&lt;/li&gt;
&lt;li&gt;CLI tools accepting hashes from stdin or command-line arguments.&lt;/li&gt;
&lt;li&gt;Password managers or vault services loading hashes from untrusted
configuration sources.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Root cause&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;split_hash&lt;/code&gt; performed five &lt;code&gt;&amp;amp;str&lt;/code&gt; slicing operations on the input hash:
&lt;code&gt;&amp;amp;hash[1..3]&lt;/code&gt;, &lt;code&gt;&amp;amp;hash[4..6]&lt;/code&gt;, &lt;code&gt;&amp;amp;hash[7..]&lt;/code&gt;, &lt;code&gt;&amp;amp;salt_and_hash[..22]&lt;/code&gt;, and
&lt;code&gt;&amp;amp;salt_and_hash[22..]&lt;/code&gt;. None of these were char-boundary-checked. Any input
where a multi-byte UTF-8 character spanned one of those byte positions
caused a panic.&lt;/p&gt;
&lt;p&gt;This is a regression of the fix originally shipped in 2021 for issue #62
(commit &lt;code&gt;0833509&lt;/code&gt;). The regression was introduced in the parser rewrite in
PR #95 (commit &lt;code&gt;e9a8394&lt;/code&gt;, released as 0.19.0).&lt;/p&gt;
&lt;p&gt;The pre-existing regression test &lt;code&gt;does_no_error_on_char_boundary_splitting&lt;/code&gt;
was not removed, but was silently rendered ineffective by the new
&lt;code&gt;bytes[0] != b&apos;$&apos;&lt;/code&gt; guard, which rejected its input earlier and prevented
it from reaching the buggy slices — leaving CI green through the regression.&lt;/p&gt;
&lt;h2&gt;Fix&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;split_hash&lt;/code&gt; now rejects any hash string containing non-ASCII bytes up
front. A valid bcrypt hash is always exactly 60 ASCII bytes, so this
closes the entire class of byte-boundary panics rather than guarding each
slice individually.&lt;/p&gt;
&lt;p&gt;The fix was merged in PR #103 and released as &lt;code&gt;bcrypt 0.19.2&lt;/code&gt; on 2026-06-20.&lt;/p&gt;
&lt;h2&gt;Downstream impact&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;pyca/bcrypt&lt;/code&gt; (which depended on &lt;code&gt;bcrypt 0.19.1&lt;/code&gt;) is &lt;strong&gt;not&lt;/strong&gt; affected. Its
Python-side wrapper performs its own byte-level salt parsing before
invoking &lt;code&gt;bcrypt::hash_with_salt&lt;/code&gt;, and never reaches the buggy code path
in &lt;code&gt;split_hash&lt;/code&gt; or &lt;code&gt;verify&lt;/code&gt;.&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0201: Vulnerability in fulgur</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0201.html</id><updated>2026-07-04T12:00:00+00:00</updated><category term="denial-of-service"/><link href="https://rustsec.org/advisories/RUSTSEC-2026-0201.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0201: Vulnerability in fulgur"/><published>2026-07-04T12:00:00+00:00</published><summary xml:lang="en">Non-painting replaced elements amplify to thousands of blank PDF pages (denial of service)</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/fulgur/RUSTSEC-2026-0201.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/fulgur/RUSTSEC-2026-0201.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0201&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0201
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;Non-painting replaced elements amplify to thousands of blank PDF pages (denial of service)&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-05&quot;&gt;
          July  5, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-04&quot;&gt;
          July  4, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/fulgur.html&quot;&gt;fulgur&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/fulgur&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        Vulnerability
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;categories&quot;&gt;Categories&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;a href=&quot;/categories/denial-of-service.html&quot;&gt;denial-of-service&lt;/a&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/dos.html&quot;&gt;#dos&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/pagination.html&quot;&gt;#pagination&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/pdf.html&quot;&gt;#pdf&lt;/a&gt;
        
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;aliases&quot;&gt;Aliases&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;
            
            &lt;a href=&quot;https://github.com/advisories/GHSA-4rf6-qx84-q9fv&quot;&gt;GHSA-4rf6-qx84-q9fv&lt;/a&gt;
            
          &lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/fulgur-rs/fulgur/security/advisories/GHSA-4rf6-qx84-q9fv&quot;&gt;
              https://github.com/fulgur-rs/fulgur/security/advisories/GHSA-4rf6-qx84-q9fv
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;cvss_score&quot;&gt;CVSS Score&lt;/dt&gt;
      &lt;dd&gt;7.5 &lt;span class=&quot;tag high&quot;&gt;
        HIGH
      &lt;/span&gt;&lt;/dd&gt;

      &lt;dt id=&quot;cvss_details&quot;&gt;CVSS Details&lt;/dt&gt;
      &lt;dd&gt;
        &lt;dl&gt;
          
            &lt;dt&gt;Attack Vector&lt;/dt&gt;
            &lt;dd&gt;Network&lt;/dd&gt;
          
            &lt;dt&gt;Attack Complexity&lt;/dt&gt;
            &lt;dd&gt;Low&lt;/dd&gt;
          
            &lt;dt&gt;Privileges Required&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;User Interaction&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Scope&lt;/dt&gt;
            &lt;dd&gt;Unchanged&lt;/dd&gt;
          
            &lt;dt&gt;Confidentiality Impact&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Integrity Impact&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Availability Impact&lt;/dt&gt;
            &lt;dd&gt;High&lt;/dd&gt;
          
        &lt;/dl&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;cvss&quot;&gt;CVSS Vector&lt;/dt&gt;

      
          &lt;dd&gt;&lt;a href=&quot;https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H&quot;&gt;CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H&lt;/a&gt;&lt;/dd&gt;
        

      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=0.26.0&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;&lt;code&gt;fulgur&lt;/code&gt; converts untrusted HTML/CSS into PDF, commonly on a server that
processes input supplied by many tenants. In versions prior to 0.26.0, a
childless box that resolves to a pathologically tall height was amplified into
thousands of blank PDF pages, even when it produces no visible output.&lt;/p&gt;
&lt;p&gt;The childless-collapse defense that would normally collapse such a box was gated
by a tag-only &amp;quot;replaced content&amp;quot; check, so any non-painting replaced element
bypassed it, including an unresolved &lt;code&gt;src&lt;/code&gt; (the common offline-first case), a
&lt;code&gt;visibility:hidden&lt;/code&gt; image, an undecodable image format, and an empty &lt;code&gt;&amp;lt;svg&amp;gt;&lt;/code&gt;. A
trailing-sibling variant of the same gap was also open.&lt;/p&gt;
&lt;p&gt;A few bytes of HTML therefore amplified into roughly &lt;code&gt;MAX_PAGES&lt;/code&gt; (10,000) blank
pages; the renderer allocates and runs a per-page loop over them, producing CPU
and memory exhaustion. An attacker able to submit HTML to a fulgur-based
conversion service can trigger this with a trivially small payload, denying
service to the host and any co-tenants.&lt;/p&gt;
&lt;p&gt;Fixed in 0.26.0: the tag-only gate was removed so that any pathologically tall
childless box collapses regardless of whether it is a replaced element, closing
the missing-&lt;code&gt;src&lt;/code&gt;, &lt;code&gt;visibility:hidden&lt;/code&gt;, undecodable-format, and empty-&lt;code&gt;&amp;lt;svg&amp;gt;&lt;/code&gt;
vectors along with the trailing-sibling variant.&lt;/p&gt;
&lt;p&gt;Versions prior to 0.19.0 additionally lacked any page-count cap, allowing an
unbounded (rather than 10,000-page) variant of this amplification; that earlier
variant is tracked separately as GHSA-j5cx-ph8g-95v3.&lt;/p&gt;
&lt;h2&gt;Attack Vector rationale&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;fulgur&lt;/code&gt; performs no network I/O of its own; it renders HTML/CSS handed to it by
the embedding application. This advisory scores the crate independent of any
specific adopting program, so per the CVSS v3.1 User Guide §3.7 the Attack
Vector is assessed as Network for the reasonable worst-case deployment — a
network-facing service that renders untrusted HTML without user interaction. A
concrete system that receives the HTML in one component and passes it to fulgur
in a separate component may assess a lower environmental Attack Vector (Local,
per §3.10).&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0200: Vulnerability in fulgur</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0200.html</id><updated>2026-07-04T12:00:00+00:00</updated><category term="denial-of-service"/><link href="https://rustsec.org/advisories/RUSTSEC-2026-0200.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0200: Vulnerability in fulgur"/><published>2026-07-04T12:00:00+00:00</published><summary xml:lang="en">Unbounded page slicing from attacker-controlled CSS height causes denial of service</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/fulgur/RUSTSEC-2026-0200.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/fulgur/RUSTSEC-2026-0200.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0200&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0200
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;Unbounded page slicing from attacker-controlled CSS height causes denial of service&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-05&quot;&gt;
          July  5, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-04&quot;&gt;
          July  4, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/fulgur.html&quot;&gt;fulgur&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/fulgur&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        Vulnerability
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;categories&quot;&gt;Categories&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;a href=&quot;/categories/denial-of-service.html&quot;&gt;denial-of-service&lt;/a&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/dos.html&quot;&gt;#dos&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/pagination.html&quot;&gt;#pagination&lt;/a&gt;
        
          &lt;a href=&quot;/keywords/pdf.html&quot;&gt;#pdf&lt;/a&gt;
        
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;aliases&quot;&gt;Aliases&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;
            
            &lt;a href=&quot;https://github.com/advisories/GHSA-j5cx-ph8g-95v3&quot;&gt;GHSA-j5cx-ph8g-95v3&lt;/a&gt;
            
          &lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/fulgur-rs/fulgur/security/advisories/GHSA-j5cx-ph8g-95v3&quot;&gt;
              https://github.com/fulgur-rs/fulgur/security/advisories/GHSA-j5cx-ph8g-95v3
            &lt;/a&gt;
          &lt;/li&gt;
        
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;cvss_score&quot;&gt;CVSS Score&lt;/dt&gt;
      &lt;dd&gt;7.5 &lt;span class=&quot;tag high&quot;&gt;
        HIGH
      &lt;/span&gt;&lt;/dd&gt;

      &lt;dt id=&quot;cvss_details&quot;&gt;CVSS Details&lt;/dt&gt;
      &lt;dd&gt;
        &lt;dl&gt;
          
            &lt;dt&gt;Attack Vector&lt;/dt&gt;
            &lt;dd&gt;Network&lt;/dd&gt;
          
            &lt;dt&gt;Attack Complexity&lt;/dt&gt;
            &lt;dd&gt;Low&lt;/dd&gt;
          
            &lt;dt&gt;Privileges Required&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;User Interaction&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Scope&lt;/dt&gt;
            &lt;dd&gt;Unchanged&lt;/dd&gt;
          
            &lt;dt&gt;Confidentiality Impact&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Integrity Impact&lt;/dt&gt;
            &lt;dd&gt;None&lt;/dd&gt;
          
            &lt;dt&gt;Availability Impact&lt;/dt&gt;
            &lt;dd&gt;High&lt;/dd&gt;
          
        &lt;/dl&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;cvss&quot;&gt;CVSS Vector&lt;/dt&gt;

      
          &lt;dd&gt;&lt;a href=&quot;https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H&quot;&gt;CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H&lt;/a&gt;&lt;/dd&gt;
        

      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=0.19.0&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;&lt;code&gt;fulgur&lt;/code&gt; converts untrusted HTML/CSS into PDF, commonly on a server that
processes input supplied by many tenants. In versions prior to 0.19.0, a
body-direct child whose CSS-resolved height greatly exceeds the page height was
sliced into one fragment per page with no upper bound.&lt;/p&gt;
&lt;p&gt;The height is taken directly from attacker-controlled HTML/CSS (&lt;code&gt;height&lt;/code&gt;, &lt;code&gt;vh&lt;/code&gt;
units), so a few bytes such as &lt;code&gt;&amp;lt;div style=&amp;quot;height:99999999px&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt; forced on
the order of 125,000 page fragments. The pagination code then allocates
&lt;code&gt;vec![Vec::new(); page_count]&lt;/code&gt; and runs a per-page render loop, resulting in CPU
and memory exhaustion. A non-finite height (one that resolves to &lt;code&gt;+inf&lt;/code&gt;)
additionally made the slicing loop&apos;s &lt;code&gt;remaining -= last_slice_h&lt;/code&gt; decrement never
terminate, causing an infinite loop.&lt;/p&gt;
&lt;p&gt;An attacker able to submit HTML/CSS to a fulgur-based conversion service can
trigger this with a trivially small payload, denying service to the host and any
co-tenants.&lt;/p&gt;
&lt;p&gt;Fixed in 0.19.0: a &lt;code&gt;MAX_PAGES&lt;/code&gt; cap bounds the slice loop — halting it even for a
&lt;code&gt;+inf&lt;/code&gt; height — and non-finite layout heights are sanitized so they can no
longer drive the loop.&lt;/p&gt;
&lt;h2&gt;Attack Vector rationale&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;fulgur&lt;/code&gt; performs no network I/O of its own; it renders HTML/CSS handed to it by
the embedding application. This advisory scores the crate independent of any
specific adopting program, so per the CVSS v3.1 User Guide §3.7 the Attack
Vector is assessed as Network for the reasonable worst-case deployment — a
network-facing service that renders untrusted HTML without user interaction. A
concrete system that receives the HTML in one component and passes it to fulgur
in a separate component may assess a lower environmental Attack Vector (Local,
per §3.10).&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0198: Unsoundness in error-stack</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0198.html</id><updated>2026-07-03T12:00:00+00:00</updated><category term="memory-corruption"/><link href="https://rustsec.org/advisories/RUSTSEC-2026-0198.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0198: Unsoundness in error-stack"/><published>2026-07-03T12:00:00+00:00</published><summary xml:lang="en">`Report::frames_mut` allows aliased mutable references</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/error-stack/RUSTSEC-2026-0198.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/error-stack/RUSTSEC-2026-0198.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0198&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0198
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;&lt;code&gt;Report::frames_mut&lt;/code&gt; allows aliased mutable references&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-03&quot;&gt;
          July  3, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-03&quot;&gt;
          July  3, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/error-stack.html&quot;&gt;error-stack&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/error-stack&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;span class=&quot;tag info&quot;&gt;INFO&lt;/span&gt;
        Unsound
        
      &lt;/dd&gt;

      
      &lt;dt id=&quot;categories&quot;&gt;Categories&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;a href=&quot;/categories/memory-corruption.html&quot;&gt;memory-corruption&lt;/a&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      
      &lt;dt id=&quot;keywords&quot;&gt;Keywords&lt;/dt&gt;
      &lt;dd&gt;
        
          &lt;a href=&quot;/keywords/aliasing.html&quot;&gt;#aliasing&lt;/a&gt;
        
      &lt;/dd&gt;
      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/hashintel/hash/issues/8945&quot;&gt;
              https://github.com/hashintel/hash/issues/8945
            &lt;/a&gt;
          &lt;/li&gt;
        
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/hashintel/hash/pull/8946&quot;&gt;
              https://github.com/hashintel/hash/pull/8946
            &lt;/a&gt;
          &lt;/li&gt;
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;&amp;#62;=0.8.0&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
        
      &lt;/dd&gt;

      

      
      

      
      
    &lt;/dl&gt;

    
    
    &lt;dl&gt;
      &lt;dt&gt;Affected Functions&lt;/dt&gt;
      &lt;dd&gt;Version&lt;/dd&gt;
      
      &lt;dt&gt;&lt;code&gt;error_stack::Report::frames_mut&lt;/code&gt;&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
          
          &lt;li&gt;&lt;code&gt;*&lt;/code&gt;&lt;/li&gt;
          
        &lt;/ul&gt;
      &lt;/dd&gt;
      
    &lt;/dl&gt;
    

    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;Affected versions of this crate return an iterator from
&lt;code&gt;Report::frames_mut&lt;/code&gt; whose &lt;code&gt;&amp;amp;mut Frame&lt;/code&gt; items have lifetimes independent
of the iterator, so all yielded references can be held at the same time.
A yielded frame&apos;s sources are also yielded by the iterator and reachable
through the parent frame via &lt;code&gt;Frame::sources_mut&lt;/code&gt;, allowing safe code to
obtain two live mutable references to the same frame. This is undefined
behavior and can be used to cause a segmentation fault (see reproducer in
the linked issue). Versions 0.1.0 and 0.1.1 are affected through
&lt;code&gt;Frame::source_mut&lt;/code&gt; instead of &lt;code&gt;Frame::sources_mut&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The flaw is fixed in 0.8.0 by replacing the iterator with internal
iteration: &lt;code&gt;Report::frames_mut&lt;/code&gt; now takes a visitor closure, so mutable
access to a frame is scoped and cannot overlap with access to its
sources.&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry><entry><title>RUSTSEC-2026-0196: cgmath is unmaintained</title><id>https://rustsec.org/advisories/RUSTSEC-2026-0196.html</id><updated>2026-07-03T12:00:00+00:00</updated><link href="https://rustsec.org/advisories/RUSTSEC-2026-0196.html" rel="alternate" type="text/html" title="RUSTSEC-2026-0196: cgmath is unmaintained"/><published>2026-07-03T12:00:00+00:00</published><summary xml:lang="en">`cgmath` is unmaintained</summary><content xml:lang="en" type="html">  &lt;article&gt;
    
        &lt;span class=&quot;floating-menu&quot;&gt;
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/commits/main/crates/cgmath/RUSTSEC-2026-0196.md&quot;&gt;History&lt;/a&gt; ⋅
          &lt;a href=&quot;https://github.com/RustSec/advisory-db/edit/main/crates/cgmath/RUSTSEC-2026-0196.md&quot;&gt;Edit&lt;/a&gt; ⋅
          &lt;a href=&quot;https://api.osv.dev/v1/vulns/RUSTSEC-2026-0196&quot;&gt;JSON (OSV)&lt;/a&gt;
        &lt;/span&gt;
    

    &lt;header&gt;
      &lt;h1&gt;
        
        RUSTSEC-2026-0196
        
      &lt;/h1&gt;
      &lt;span class=&quot;subtitle&quot;&gt;&lt;p&gt;&lt;code&gt;cgmath&lt;/code&gt; is unmaintained&lt;/p&gt;
&lt;/span&gt;
    &lt;/header&gt;

    

    &lt;dl&gt;
      &lt;dt id=&quot;reported&quot;&gt;Reported&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-01&quot;&gt;
          July  1, 2026
        &lt;/time&gt;
      &lt;/dd&gt;

      &lt;dt id=&quot;issued&quot;&gt;Issued&lt;/dt&gt;
      &lt;dd&gt;
        &lt;time datetime=&quot;2026-07-03&quot;&gt;
          July  3, 2026
        &lt;/time&gt;
        
      &lt;/dd&gt;

      &lt;dt id=&quot;package&quot;&gt;Package&lt;/dt&gt;
      &lt;dd&gt;
        
        
        &lt;a href=&quot;/packages/cgmath.html&quot;&gt;cgmath&lt;/a&gt;
           
          (&lt;a href=&quot;https://crates.io/crates/cgmath&quot;&gt;crates.io&lt;/a&gt;)
          
        
        
      &lt;/dd&gt;

      &lt;dt id=&quot;type&quot;&gt;Type&lt;/dt&gt;
      &lt;dd&gt;
        
        &lt;span class=&quot;tag info&quot;&gt;INFO&lt;/span&gt;
        Unmaintained
        
      &lt;/dd&gt;

      

      

      

      
      &lt;dt id=&quot;details&quot;&gt;References&lt;/dt&gt;
      &lt;dd&gt;
        &lt;ul&gt;
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/rustsec/advisory-db/pull/2910#pullrequestreview-4611570365&quot;&gt;
              https://github.com/rustsec/advisory-db/pull/2910#pullrequestreview-4611570365
            &lt;/a&gt;
          &lt;/li&gt;
        
        
          &lt;li&gt;
            &lt;a href=&quot;https://github.com/rustgd/cgmath/issues/565&quot;&gt;
              https://github.com/rustgd/cgmath/issues/565
            &lt;/a&gt;
          &lt;/li&gt;
        
        &lt;/ul&gt;
      &lt;/dd&gt;
      

      

      
      

      &lt;dt id=&quot;patched&quot;&gt;Patched&lt;/dt&gt;
      &lt;dd&gt;
        
        no patched versions
        
      &lt;/dd&gt;

      

      
      
    &lt;/dl&gt;

    
    

    &lt;h3 id=&quot;description&quot;&gt;Description&lt;/h3&gt;
    &lt;p&gt;The &lt;code&gt;cgmath&lt;/code&gt; crate is no longer maintained.&lt;/p&gt;
&lt;p&gt;Users should consider switching to a maintained alternative.&lt;/p&gt;


    &lt;p id=&quot;license&quot; class=&quot;license&quot;&gt;Advisory available under &lt;a href=&quot;https://spdx.org/licenses/CC0-1.0.html&quot;&gt;CC0-1.0&lt;/a&gt;
    license.

    
    &lt;/p&gt;
  &lt;/article&gt;</content></entry></feed>