CVE-2026-74254 is a SQL injection vulnerability in a Joomla page builder extension's styles model. What makes it worth your attention isn't the CVSS 9.3 score — it's the two-patch release pattern: version 3.6.4 fixed the frontend (unauthenticated) vector, while version 3.6.5 was required to fix the backend (authenticated) path. Same underlying component, same vulnerability class, two releases.
The practical problem: automated risk systems treated 3.6.4 as 'mitigated' the moment it shipped. CVE feeds propagated 'fixed in 3.6.4,' patch dashboards closed the ticket, and the backend vector persisted. This is signal contamination — your tooling told you the risk was resolved when it wasn't.
For defenders using this extension, the immediate action is straightforward: verify you're on version 3.6.5 or later. Version pinning to 3.6.4 is insufficient. If you're running 3.6.4, treat the site as still vulnerable to authenticated SQL injection through the styles model — any compromised admin account or malicious insider can still exploit it.
The deeper issue is that CVE infrastructure wasn't designed to communicate partial fixes. The vulnerability was scored once at discovery, not reassessed when 3.6.5 shipped. CPE and CVE feeds lack a standard mechanism to flag 'incomplete mitigation' states, so your automation likely never knew the fix was half-measured.
For your asset inventory: audit any Joomla deployments with third-party page builder extensions. Identify which version is actually installed — don't trust that 'patched' means current. Check whether your vulnerability scanner has updated its detection to 3.6.5 specifically, or if it's still flagging 3.6.4 as resolved. If you lack version visibility, treat the component as potentially vulnerable until you can confirm 3.6.5+ is deployed.