The critical insight about CVE-2026-66143 isn't its 7.5 severity score—it's what the vulnerability actually is: a bypass of a defensive counter that Apache added in version 3.2.2 specifically to mitigate resource exhaustion during SOAP policy normalization. This means the patch from the previous CVE was surface-level, not algorithmic. When Neethi 3.2.2 introduced its limit on normalized policy alternatives, attackers found a way around it within an unspecified window, and that bypass is what's being catalogued now.

This pattern matters enormously for defenders. The 3.2.2 fix addressed the symptom (excessive resource consumption) rather than the root cause (an algorithm whose complexity characteristics are structurally exploitable by crafted policy input). The 3.2.3 patch likely adds another layer on the same algorithmic surface rather than fundamentally altering the normalization logic—if it did, that would be unusual and notable. The practical implication: unless you've verified that 3.2.3 changed the algorithm's complexity profile, treat the next bypass as a matter of time, not hypothesis.

The supply chain dimension is severe. Apache Neethi is a transitive dependency buried in SOAP stacks—enterprise service buses, healthcare integration layers, financial middleware. These are systems where security tooling visibility is poor and where developers rarely surface the dependency. A 7.5 DoS with partial scope (C:S) is manageable; a 7.5 with complete scope (C:C) propagating through a transitive dependency chain is materially worse. The CVSS vector is absent from the advisory, which is a meaningful gap—scope classification changes the severity calculus significantly.

The low EPSS score is not evidence of non-exploitation. Legacy SOAP infrastructure isn't mass-scanned by shodan queries; targeting happens through specialized operators with sector-specific knowledge of where Neethi lives in the supply chain. The exploitation population is structurally invisible to EPSS methodology.

Actionable steps: upgrade to 3.2.3 immediately, then audit any systems still running 3.2.2 or earlier—those never had the defensive counter and now face adversaries who have reverse-engineered exactly what that counter was designed to block. The bypass gives attackers a blueprint of the defensive logic, which applies retroactively to unpatched historical versions. If you consume Neethi through Axis2, CXF, or Rampart, treat this as a direct dependency vulnerability and re-test your defensive assumptions around policy processing.