⚠️ CRITICAL: CVE-2026-2833 in Cloudflare Pingora enables HTTP request smuggling — attackers can bypass proxy ACLs/WAFs, poison caches, and hijack sessions. Upgrade to v0.8.0+ or filter Upgrade headers. More info: https://radar.offseq.com/threat/cve-2026-2833-cwe-444-inconsistent-interpretation--c3ebdcf0 #OffSeq #Pingora #Vuln
I just finished preparing my presentation for #devfest about using Pingora & Rust to protect your site/api/service. Rellay looking forward to my talk at https://devfest.cz/
#rust #pingora
DevFest.cz 2025

DevFest.cz 2025 is global conference and festival for developers, geeks and technological experts focusing on Web/Mobile Development, Cybersecurity, AI/ML trends and more. Join us on October 23rd-24th in Prague to experience unique community-built event!

HTTP/3 seems like a natural state machine to operate over #veilid app_message. First things first, working out a datagram socket layer.

Hacking on https://codeberg.org/cmars/veilnet but not quite happy with it yet. Want to apply some patterns I picked up from #Pingora.

veilnet

Networking abstractions built on Veilid API primitives

Codeberg.org

🚀 Have you Checked the Rust Repo of the Day ?

"Pingora" by Cloud flare ! Checkout more About it : https://s9lab.dev/awsome-rust-repos/

👉 Checkout also New Collection about Infrastructure to run your AI model effectively : https://s9lab.dev/modern-ai-ml-infra/

More Blogs on : https://samirparhi.com
#AI #ML #Rust #webserver #pingora #cloudflare #opensource

S9lab.dev

Making Technology Affordable and Accessible for Everyone

When there is nothing wrong with your code but your tests expect some web servers to be 100% reliable:

#cloudflare #pingora

What would be the best way to learn #async #rust ?

I am reading the rust for rustaceans book, but it’s not the end of all, I need to implement my learning. What could be the best, short and crisp way to utilise most of async and concurrent feature in a small application?

My goal is to get confident enough that I can build/contribute to something like #pingora or a database like #quadrant

Pingora 0.2.0

For something that Cloudflare supposedly uses on a wide scale, Pingora is surprisingly unfinished. Either they are exaggerating their deployment scale, or they don’t take web standards too seriously. Or both.

#Cloudflare #Pingora

⭐ Pingora reverse proxy example

▶️ Create a reverse proxy that connects backend HTTP or HTTPs services to a single HTTPs frontend

https://github.com/randommm/pingora-reverse-proxy

#rustlang #rust #cloudflare #pingora

GitHub - randommm/pingora-reverse-proxy: Pingora reverse proxy example

Pingora reverse proxy example. Contribute to randommm/pingora-reverse-proxy development by creating an account on GitHub.

GitHub

While tinkering with the codebase of #pingora , recently open sourced #rust alternative to nginx made by Coudflare team, I changed few for loops and mut variable to use iter() and fold() and remove mutability, which made pingora-limits::Estimator run 60% faster on my machine as per the benchmarks!

There lies my PR in the chaos of typo fixes https://github.com/cloudflare/pingora/pull/16

Slight performance boost in `pingora-limit::Estimator` by atamakahere-git · Pull Request #16 · cloudflare/pingora

I was tinkering with the code, to my surprise I made Estimator run faster just by using iterators instead of for-loops The overall diff is about 60% faster on single thread Pingora Estimator single...

GitHub