Category: Advisories

24 July 2026
ALB listener rule order can skip auth

AWS ALB listener rules are one of those things that look tidy until priority bites you, and the broad path wins before auth ever has a chance. I have seen a protected URL that was only protected on paper, which is exactly the sort of mistake that keeps cropping up.

Read more
23 July 2026
WrappedADS wrapTo mint path allowance checks

WrappedADS wrapTo mint path looks tidy on paper, but the trace tells a sharper story. The mint happens before the allowance moves, and that means the real question is who was allowed to call it, not whether the bookkeeping later matched.

Read more
22 July 2026
SEA settlement adapter rounding error inflates redemptions

SEA settlement adapter rounding logic turned a fixed USDT lot into too much SEA, and the loop only worked because the state kept pretending nothing had changed. I have seen enough accounting bugs to know the dangerous bit is rarely the swap, it is the tiny lie in the round state.

Read more
22 July 2026
Tracing unauthorised payouts in bridge dispatcher

I spent more time than I wanted tracing Ethereum bridge proof verification through the dispatcher, and the uncomfortable bit is simple, the proof path and the payout path were effectively the same road. Once that payload was accepted, the rest looked less like security and more like a ledger with the brakes cut.

Read more
19 July 2026
Orthanc upload paths and DICOM heap overflow

Orthanc does not get to be picky, so the upload path is where the trouble starts. A DICOM heap overflow is rarely elegant, it usually begins with one bad length field, one careless allocation, and a parser that trusted the file a little too much.

Read more
17 July 2026
Object.prototype pollution in Acrobat Reader DC parsing

Adobe Acrobat PDF parsing is one of those areas where a small trust mistake becomes something much nastier. I spent time tracing how polluted prototypes slip into privileged JavaScript, and the path from a PDF file to code execution is uglier than it ought to be.

Read more
16 July 2026
LiteLLM exploit chains at the auth boundary

LiteLLM exploit chains only work because the auth boundary is doing too much, and failing badly when the database wobbles. I trust a proxy less when a bad lookup can quietly turn into proxy-admin identity, which is exactly the sort of mess I like to trace by hand.

Read more
3 July 2026
Why Kubernetes CVE records still flag unfixed issues

Kubernetes CVE records can say “fixed” when nothing was actually fixed, and scanners will believe them. I have seen that sort of paperwork mistake turn into quiet false negatives, then loud surprises after the metadata gets corrected; the cluster did not change, but the verdict did.

Read more
29 June 2026
fits_open_file can copy arbitrary paths before validation

CFITSIO Extended Filename Syntax is the bit that makes me distrust a filename on sight. If `fits_open_file` gets attacker input, it can copy, fetch, or touch paths before FITS validation even starts, and that is the sort of behaviour you only notice after something has already been written.

Read more
25 June 2026
OpenVPN vulnerabilities and patch priority

OpenVPN vulnerabilities are easy to shrug off until they hit the client, where malformed packets can knock out remote access before the tunnel is even trusted. I would patch that before almost anything else, because a broken VPN on the endpoint is not a minor inconvenience, it is a lockout.

Read more
17 June 2026
nginx rewrite module heap corruption from escaped captures

nginx rewrite module heap corruption is one of those bugs I distrust on sight, because the failure sits in ordinary rewrite handling, not some odd corner. Once the length pass and copy pass disagree, you are no longer debugging config, you are staring at heap damage.

Read more
11 June 2026
Apex One zero-day: Windows endpoint checks

Trend Micro Apex One zero-day is not the sort of bug you shrug off, because the server-side flaw lets a compromised admin box start pushing code to trusted agents. If you run Apex One on Windows, the first thing I would check is which part of the stack is actually exposed.

Read more
7 June 2026
Cisco Catalyst SD-WAN authentication bypass at the boundary

Cisco Catalyst SD-WAN authentication bypass is the sort of flaw that turns a controller into an entry point, then a staging area. Once someone has admin-level access without a login, I stop assuming the boundary held at all; I start checking for SSH keys, NETCONF changes, and anything else that still looks legitimate.

Read more
1 June 2026
Cloudflare WAF rule merges for CVE-2025-53693

Cloudflare is folding a new Sitecore cache poisoning detection into an older Java deserialisation rule, and that is exactly the sort of tidy merge that makes tracking awkward. With Cloudflare WAF rule merges, the label changes fast, but the block behaviour may not, which is the bit I trust.

Read more
31 May 2026
CVE-2026-42945: rewrite directive failure mode

nginx rewrite module bugs are the sort I distrust most, because they sit in config that looks harmless until a crafted URI tips it over. I dug through this one and found the usual pattern, stale state, bad length maths, and a heap write that does exactly what you fear.

Read more
21 May 2026
Rebuild WinRE trust after CVE-2026-33825 changes

BitLocker zero-day mitigations are easy to half-apply and then forget, which is exactly how trouble lingers. I had to rebuild WinRE trust after CVE-2026-33825 changes, because removing autofstx.exe is not the same as fixing the recovery path that still wants to hand over the keys.

Read more
20 May 2026
Arch Linux PinTheft patch validation steps

PinTheft Arch Linux root escalation is only interesting if the kernel still exposes RDS, so I start there, not with exploit code. If the patched build really closes the hole, it should fail cleanly, leave no odd module state, and keep the host boring, which is exactly what I want.

Read more
10 May 2026
Dirty Frag: page-cache corruption in Linux

Dirty Frag is the sort of bug I mistrust on sight, because the damage lands in page-cache corruption before disk ever notices. If you rely on Linux to keep shared buffers honest, this one is worth a very close look.

Read more
26 April 2026
Security Advisory – 24 Apr 2026

Daily security advisory summary for 24 Apr 2026

Read more
25 April 2026
Security Advisory – 24 Apr 2026

Daily security advisory summary for 24 Apr 2026

Read more
24 April 2026
Security Advisory – 23 Apr 2026

Daily security advisory summary for 23 Apr 2026

Read more
23 April 2026
Security Advisory – 21 Apr 2026

Daily security advisory summary for 21 Apr 2026

Read more
22 April 2026
Security Advisory – 20 Apr 2026

Daily security advisory summary for 20 Apr 2026

Read more
21 April 2026
Security Advisory – 19 Apr 2026

Daily security advisory summary for 19 Apr 2026

Read more
20 April 2026
Security Advisory – 18 Apr 2026

Daily security advisory summary for 18 Apr 2026

Read more