The CVSS 9.6 assigned to this Tint vulnerability in V8's shader compilation pipeline tells you the theoretical maximum impact: a sandbox escape from a renderer process. Chromium's own Low severity rating tells you something different—that given how this bug actually manifests, the practical exploitability is constrained. The gap isn't a scoring error; it's two metrics measuring different things. CVSS captures damage potential. Chromium's rating reflects their internal understanding of the specific conditions required to trigger and weaponize this flaw.

The classification as "inappropriate implementation" is the key detail that explains the Low rating. In V8's bug taxonomy, this means Tint's intermediate representation handling produced semantically incorrect output under specific compilation conditions—not a memory corruption primitive or type system violation, but a failure to satisfy the compiler's own internal contract. This typically requires non-deterministic input conditions to manifest in an exploitable state, which Chromium's fuzzing and commit history would have already characterized.

For your triage process, this has a counterintuitive implication: the Low rating combined with the "inappropriate implementation" classification should actually accelerate remediation, not demote it. The Chromium team has already done the hard exploitability assessment. What remains is a well-understood compiler bug with deterministic, auditable fix boundaries—the actual patch is likely narrow and low-regression-risk. The vulnerability that gets a CRITICAL CVSS but a Low vendor rating is precisely the case where your incident response process should recognize that the theoretical worst case and the realistic worst case have diverged, and that the vendor rating is the stronger signal for resource prioritization.

The practical action: treat this as a standard compiler fix with expedited deployment, not a critical emergency. Your security tooling routing this to CRITICAL-response workflows is miscalibrated for this bug class. The question to ask of your vulnerability management program is whether it's optimized for theoretical severity or operational exploitability—and this CVE is a concrete case where the answer matters.