CTIPilot
Sat · 05 Sep 2026
All daily briefs ↗
Daily brief · UTC day

Saturday, 5 September 2026

2 verified findings from 1 run · 6 updates to prior coverage · the settled record for this UTC day, in the classic brief order.

Criticality
Kind
Topic
Region
TL;DR · the day in one read
  1. 01Two GeoNetwork flaws chain into unauthenticated remote code execution on government geodata catalog backends. GeoNetwork opensource, the catalog application behind government geodata portals including the European INSPIRE geoportal, fixed two chainable flaws in 4.4.12 and 4.2.17: an unauthenticated formatter-upload endpoint (CVE-2026-63219) and an unsafely configured XSLT processor (CVE-2026-58400) that together let an unauthenticated attacker reach remote code execution. A researcher published a working proof-of-concept; no confirmed in-the-wild exploitation is established.
  2. 02A court case-management SaaS vendor held undisclosed backup copies of sealed court data outside the courts' own visibility or control. Thomson Reuters' West Publishing subsidiary disclosed on 2026-09-02 that an unauthorized party accessed its C-Track court case-management platform between March and 30 June 2026, exposing records (some sealed or confidential) tied to appellate courts in at least 13 US states plus the US Virgin Islands and three Ontario courts. No party has named an access vector or attacker identity; the exposure was architecturally inconsistent, with some courts' data held in an undisclosed backup copy and Ohio's accessed on its live production platform.

01Active threats, incidents & disclosures1 item

NOTABLENATOA2

Thomson Reuters' C-Track court case-management platform breach reaches at least 13 US states, the US Virgin Islands and three Ontario courts

Thomson Reuters' West Publishing subsidiary disclosed on 2026-09-02 that an unauthorized party obtained files from C-Track, its court case-management SaaS platform, in March 2026, discovered on 30 June 2026 (C-Track official notice, 2026-09-02). Public disclosure did not follow until 64 days after that detection date; Thomson Reuters separately advised Ontario's Ministry of the Attorney General of the Ontario courts' exposure on 23 July 2026, itself 23 days after detection and still six weeks before any public notice (Tech Times, 2026-09-04; Ontario Courts, 2026-09-02). West Publishing's notice (C-Track official notice, 2026-09-02) names 24 affected court bodies: appellate courts in Alabama, Kentucky, Montana, Nevada, New Hampshire, North Dakota, Ohio (ten of twelve appellate districts, per Tech Times, 2026-09-04), Pennsylvania (several county-level courts plus one former client), South Carolina, Tennessee, Wyoming and the U.S. Virgin Islands Supreme and Superior Courts, plus three Ontario courts (the Court of Appeal, Superior Court of Justice and Court of Justice) disclosed in a parallel notice by their Chief Justices (Ontario Courts, 2026-09-02). Neither Minnesota nor Oregon appears in West Publishing's own list above; both states' courts disclosed the exposure independently, bringing the count to at least 13 US states. Minnesota's Judicial Branch disclosed independently that its appellate courts were affected; a gap the company has not publicly explained (Tech Times, 2026-09-04). Oregon's Judicial Department likewise disclosed its appellate courts were affected, and Oregon's Chief Justice Meagan Flynn called the incident unacceptable and demanded full accountability from Thomson Reuters (Tech Times, 2026-09-04). Potentially exposed data includes names, Social Security numbers, driver's license numbers, dates of birth, and medical and health-insurance information; the company states certain confidential, redacted or sealed information may have been impacted for certain affected courts. The exposure's scope varies further by jurisdiction: Nevada officials said the type of data involved differs court by court and cautioned against assuming what was exposed in one state was exposed in another, while Montana officials said most of their affected information already appeared to be publicly available, though some driver's license numbers and dates of birth were also involved (The Record, 2026-09-03). As of 2026-09-04, no party (Thomson Reuters, law enforcement, or any affected court) had published the method by which the files were obtained or the identity of whoever was responsible (The Hacker News, 2026-09-04); The Record separately confirms Thomson Reuters itself has not said how the attacker gained access (The Record, 2026-09-03).

Individual court statements reveal the exposure was architecturally inconsistent across jurisdictions: West Publishing told Alabama's Appellate Courts that their data existed as a copy held "in a backup file within the company's cloud environment," which Alabama's Chief Justice said her courts had "neither requested nor known about"; Montana's court reported the same backup/troubleshooting-copy pattern, stating the material taken was drawn from database copies "supplied to TR for the purpose of troubleshooting the applications" (The Hacker News, 2026-09-04). Montana and Minnesota each stated that court documents specifically were not part of the accessed data (The Hacker News, 2026-09-04), though West Publishing's own notice states sealed material may have been affected for certain courts. The Supreme Court of Ohio, by contrast, was told by Thomson Reuters Court Management Solutions that "the unauthorized access took place on the Court's production platform", the live system hosting current filing data for its ten affected appellate districts, not a backup (Tech Times, 2026-09-04). Minnesota responded by terminating Thomson Reuters' access to its court systems outright and forcing a password reset for all C-Track users; North Dakota confirmed an active criminal investigation (The Hacker News, 2026-09-04). Thomson Reuters is offering 12 months of Experian credit monitoring to affected US individuals (C-Track official notice, 2026-09-02) and a parallel 12-month TransUnion Canada myTrueIdentity membership to affected Canadian individuals (C-Track Canada notice, 2026-09-02), and states C-Track remains fully operational, though Ohio's court says it has not yet received details of the security measures the vendor told it had been deployed (Tech Times, 2026-09-04).

This is not the first time Thomson Reuters has accumulated personal data beyond what affected individuals authorized: in February 2025 a federal judge granted final approval to a $27.5 million class-action settlement over the company's CLEAR platform, which had collected identifying data on roughly 40 million Californians and sold access to it as a law-enforcement and investigative tool without subject consent (Tech Times, 2026-09-04). The mechanism differs (backup copies from routine SaaS operations here, deliberate data aggregation there) but both cases show data accumulating in Thomson Reuters' systems beyond what the affected individuals knew about or authorized.

Certain confidential, redacted or sealed information may have been impacted for certain affected courts.

C-Track / West Publishing Corporation (Thomson Reuters) 2026-09-02

Thomson Reuters has not said how the attacker gained access, who was responsible or how much data was taken.

The Record (Recorded Future News) 2026-09-03

in a backup file within the company's cloud environment

West Publishing, quoted by Tech Times (Alabama Appellate Courts' account)

neither requested nor known about

Alabama Chief Justice Sarah Stewart, quoted by Tech Times

the unauthorized access took place on the Court's production platform

Thomson Reuters Court Management Solutions, quoted by Tech Times (statement to the Ohio Supreme Court)

deeply troubled that our court users' data has been compromised

Minnesota Supreme Court Chief Justice Natalie Hudson, quoted by The Hacker News
incident05 Sep 04:45Zmulti-sourceOpen finding ↗

CVE-2026-63219 / CVE-2026-58400, GeoNetwork opensource: chained unauthenticated formatter upload plus unsafe Saxon XSLT processing reaches unauthenticated RCE (CVSS 8.6 / 9.1)

GeoNetwork opensource, the open-source geospatial metadata catalog application deployed behind government open-data portals, environmental agencies and national geoportals; the European INSPIRE geoportal is named as a deployment (The Hacker News, 2026-09-02), carried two flaws that chain into unauthenticated remote code execution. CVE-2026-63219 (CVSS 8.6) is a missing-authorization defect on the formatter-creation API (POST /geonetwork/srv/api/formatters): the endpoint's admin-only access check was present and effective in GeoNetwork versions before 4.0.6, but was dropped during a refactor of the endpoint in 4.0.6 and never restored, so any unauthenticated caller can upload arbitrary .xsl or .zip "formatter" files straight into the server's formatter directory (GeoNetwork Security Advisory, 2026-08-31; Ethiack, 2026-08-31). CVE-2026-58400 (CVSS 9.1) is a second flaw in how GeoNetwork configures its Saxon XSLT processor: the engine runs without secure processing enabled and without disabling external functions, so any stylesheet GeoNetwork loads can invoke java.lang.Runtime.exec() or java.lang.ProcessBuilder directly (GeoNetwork Security Advisory, 2026-08-31). Chained, an attacker uploads a malicious .xsl formatter through the unauthenticated endpoint, then triggers it with an unauthenticated GET against any public record (the formatter name is already known to the attacker from the upload step, and a public record identifier is trivially discoverable through GeoNetwork's own search API) reaching code execution as the GeoNetwork process user (Ethiack, 2026-08-31). Researcher Rafael Castilho published a reverse-shell proof-of-concept against GeoNetwork 4.4.11. The vendor's own advisory and MITRE's CNA record both track the affected range as every 4.3.x/4.4.x release up to 4.4.11 plus every 4.2.x release up to 4.2.16, both fixed in 4.4.12 and 4.2.17 released 2026-07-08 (GeoNetwork GitHub Releases, 4.4.12); Ethiack's independent research states the missing-authorization defect itself was introduced earlier, in the 4.0.6 refactor, so any deployment running an unsupported 4.0.6–4.2.x-line release the vendor advisory does not enumerate should not assume it is unaffected. No source (the vendor's own advisories, the discovering researcher, or The Hacker News) reports confirmed in-the-wild exploitation of either flaw. Ethiack's own internet-wide scan identified 121 affected GeoNetwork 4.x deployments across 39 countries or regions, 89% of them government, military or national-agency related, with Europe and EU/international-facing deployments accounting for 77.7% of the dataset (Ethiack, 2026-08-31).

An unauthenticated attacker can upload arbitrary .xsl or .zip formatter files to the server.

Any stylesheet loaded by GeoNetwork can therefore invoke java.lang.Runtime.exec() or java.lang.ProcessBuilder directly, achieving arbitrary

GeoNetwork (GitHub Security Advisory) 2026-08-31

As you may expect, we can chain the Unauthorised Upload vulnerability with the unsafe XSLT processing vulnerability and get unauthenticated Remote Code Execution.

Ethiack (Rafael Castilho) 2026-08-31
vulnerability05 Sep 04:35Zmulti-sourceOpen finding ↗

03Updates to prior coverage6 items

HIGHCVE-2026-43284 +1exploitedupdatedNATOB2

CVE-2026-43284 / CVE-2026-43500, Linux "Dirty Frag": deterministic LPE chain via page-cache write primitives in xfrm-ESP and RxRPC, active exploitation confirmed

First published 2026-05-09 · open finding →

Updaterun 2026-09-05T0409Z-intelupdated_atcvesentitiesclassificationtechniquessourcesactionssourcing_notebody

A related follow-on flaw, CVE-2026-46300 ("Fragnesia", tracked in its own entry), reopens this vulnerability's page-cache-write primitive on hosts patched only against CVE-2026-43284: a 13-year-old bug in the kernel's skb-coalescing code drops the shared-fragment marker the original fix relies on. Public Kubernetes-context proof-of-concept exploits now exist, and Red Hat confirms RHEL kernels need the CVE-2026-46300 fix too. EPSS scores (FIRST.org, 2026-09-04) are now populated: 0.9324 for CVE-2026-43284 and 0.9286 for CVE-2026-43500.

A related flaw, CVE-2026-46300 ("Fragnesia", tracked in its own entry), reopens this vulnerability's underlying page-cache-write primitive even on hosts already patched against CVE-2026-43284: a thirteen-year-old bug (dating to 2013) in the kernel's skb_try_coalesce() fails to preserve the marker that flags a fragment as page-cache-backed, which the original xfrm-ESP fix depends on to decide whether it is safe to decrypt in place (Aikido Security). Red Hat's own security bulletin groups all three CVEs under the collective "Dirty Frag" name (noting the family's similarity to the earlier CVE-2026-31431 "Copy Fail" is close enough that Red Hat also refers to it as "Copy Fail 2", even though the two remain distinct CVEs with their own code paths) and confirms CVE-2026-46300 affects supported Red Hat Enterprise Linux kernels; administrators who patched only against CVE-2026-43284/CVE-2026-43500 should verify the CVE-2026-46300 fix is applied too (Red Hat RHSB-2026-003). Public proof-of-concept exploits for this family now target Kubernetes specifically, extending the exposure to container-shared-kernel environments beyond the bare-metal/VM case originally described (Aikido Security).

NOTABLECVE-2026-46300updatedNATOB2

CVE-2026-46300, Linux kernel: local privilege escalation via xfrm ESP-in-TCP ("Fragnesia"), PoC public

First published 2026-05-15 · open finding →

Updaterun 2026-09-05T0409Z-intelupdated_atcvessummarysourcesevidenceentitiestechniquesclassificationsourcing_notebody

CVE-2026-46300's CVSS score has now been published (7.8) and Red Hat's own bulletin confirms RHEL kernels are affected (unlike sibling CVE-2026-43500, which Red Hat states does not affect its products). Public proof-of-concept exploits now target Kubernetes specifically, and Red Hat's bulletin groups this CVE under the collective "Dirty Frag" name alongside CVE-2026-43284/CVE-2026-43500, confirming the ESP-in-TCP exploitation path this entry already described and the coalescing-marker root cause are the same flaw.

CVE-2026-46300 now carries a published score, CVSS 7.8 (MITRE CVE Program, 2026-09-01), and Red Hat's own security bulletin groups it under the collective "Dirty Frag" name alongside CVE-2026-43284 and CVE-2026-43500, labelling it specifically "Fragnesia (skb coalescing via ESP-in-TCP)": "three vulnerabilities, collectively known as 'Dirty Frag', have been identified in networking subsystems of the Linux kernel, two of which affect Red Hat products" (Red Hat RHSB-2026-003). Applicability splits per CVE: "Red Hat says CVE-2026-43500 doesn't affect its products, while CVE-2026-43284 and CVE-2026-46300 do affect supported Red Hat Enterprise Linux kernels and anything built on them" (Aikido Security, 2026-09-04), any RHEL, OpenShift or RHEL CoreOS estate must confirm the CVE-2026-46300 fix specifically, not only the earlier two. Exploitation now extends to a container-relevant proof-of-concept: "researchers have already published working proof-of-concept exploits for Kubernetes, and Ubuntu spells out the risk of a container escape" (Aikido Security, 2026-09-04), because containers share the host kernel, a compromised workload that can reach the vulnerable code path (governed by seccomp, pod security policy and user-namespace settings) can escalate to root on the node. No source states confirmed in-the-wild exploitation of this specific CVE; Microsoft's previously reported limited in-the-wild activity ("privilege escalation involving 'su'") was itself stated as ambiguous between the "Dirty Frag" family and the separate, earlier "Copy Fail" vulnerability (CVE-2026-31431) from process logs alone (Microsoft Security Blog, 2026-05-08), not a distinction between the two Dirty Frag CVEs themselves, and not specific evidence of exploitation for CVE-2026-46300.

NOTABLEupdatedNATOB2

GenieLocker; a Windows and ESXi ransomware built to leave no ransom note on disk, gated behind a hashed command-line secret so it will not run in a sandbox

First published 2026-07-31 · open finding →

Updaterun 2026-09-05T0409Z-intelupdated_atsummarytechniquesentitiessourcesevidencebody

Kaspersky's GERT team documents two new Toy Ghouls backdoors, mqtt-bird-agent and matrix-bird-agent, deployed onto already-compromised Windows hosts over WinRM using Evil-WinRM and WinRM-fs. Both route command-and-control through legitimate, widely-trusted services (a public MQTT broker and a Matrix/Element homeserver) to blend into normal egress traffic; both persist as Windows services, protect their configuration with MachineGuid-keyed ChaCha20-Poly1305 encryption, and execute tasking through hidden PowerShell sessions. Kaspersky's own article names a fourth alias, Feral Wolf, not previously recorded for this actor.

Kaspersky's GERT team documents two previously undocumented backdoors fielded by Toy Ghouls (internally named mqtt-bird-agent and matrix-bird-agent) pushed onto already-compromised Windows hosts over WinRM: "in this campaign, the attackers use Windows Remote Management (WinRM) to deliver the backdoors and their configuration files to compromised systems. The group relies on open-source tools such as Evil-WinRM and WinRM-fs to do this" (Kaspersky Securelist, 2026-09-04). This is a lateral-movement and deployment step onto hosts the group already controls, not a new initial-access vector. The MQTT variant uses the public HiveMQ broker (broker.hivemq.com) as its command-and-control channel; the Matrix variant instead uses an attacker-controlled Matrix/Element homeserver. Both install as a Windows service for persistence and protect their configuration by "applying the ChaCha20-Poly1305 algorithm with a key derived from the value of the HKLM\Software\Microsoft\Cryptography\MachineGuid registry key," binding the configuration to the specific machine. Operator tasking executes through hidden PowerShell sessions: "commands are executed via PowerShell.exe in hidden mode, using the -NonInteractive -NoProfile -Command parameters." The reusable defender takeaway is architectural: both variants route C2 through legitimate, widely-trusted internet services (a public IoT message broker, a public chat federation protocol) specifically to blend into normal egress traffic and evade domain/IP-based blocking. Kaspersky's own article names a fourth alias for the group, Feral Wolf, alongside the previously recorded Bearlyfy, Labubu and Laboo.boo.

HIGHupdatedNATOA2

Manchester Airports Group confirms a breach touching roughly 8.7 million customers across Manchester, Stansted and East Midlands, car-park, lounge and airport-WiFi sign-up data taken; FulcrumSec later claims credit and a client-side API-credential access vector

First published 2026-08-28 · open finding →

Updaterun 2026-09-05T0409Z-intelupdated_atsummarysourcesevidencebody

FulcrumSec published the full stolen dataset rather than merely claiming it, and the scale is substantially larger than the ~86GB previously claimed: roughly 550GB, comprising 8,672,291 customer profiles, over 1.16 billion Iterable platform events, and vehicle-plate and future-booking data. Have I Been Pwned processed and added the breach, confirming approximately 8.8 million unique email addresses and phone numbers. No new access-vector information; the client-side API-credential vector is unchanged.

FulcrumSec has now published the full dataset rather than merely claiming it, and the confirmed scale is substantially larger than the ~86GB previously claimed: roughly 550GB uncompressed, comprising 8,672,291 customer profiles (email, name, mobile, home town, postal region, and the residential IP address the account last connected from), over 1.16 billion Iterable platform events (email sends, opens, clicks and bounces), 2,482,763 historical parking, lounge and Fast Track purchase records, 461,433 SMS messages containing booking date, car-park and vehicle-registration details in plain text, and roughly 108,000 distinct UK vehicle registration plates tied to owner contact and booking details (Security Affairs, 2026-09-04). Have I Been Pwned has processed the published dataset and added it to its breach database, confirming approximately 8.8 million unique email addresses and phone numbers alongside names, IP addresses, purchase history and vehicle registration plates. FulcrumSec's leak-site post separately claims the dataset includes government, judicial, military, police, NHS and defence-industry employees among the exposed customers, and that it withheld a subset of upcoming-travel records that would otherwise reveal when a victim's home will be empty; both claims are the extortion group's own framing and are not independently verified. No new access-vector information accompanies this development; the client-side API-credential vector already recorded above is unchanged.

NOTABLEupdatedNATOB2

Swiss federal offices planned to outsource part of the E-ID trust infrastructure to Amazon Web Services; a ministerial veto stopped it in February 2026 on CLOUD Act and digital-sovereignty grounds

First published 2026-09-02 · open finding →

Updaterun 2026-09-05T0409Z-intelupdated_atsourcesevidencebody

At the 3 September 2026 Advisory Council Digital Switzerland meeting, the Federal Department of Justice and Police announced it is further strengthening security in the E-ID's online issuance process specifically against AI-enabled threats: additional technical safeguards against malware injection onto end devices during issuance, and reinforced deepfake detection in the identity-verification step. The release reaffirmed open-source transparency, penetration testing and bug bounties as the programme's standing controls.

At the 3 September 2026 meeting of the Advisory Council Digital Switzerland, chaired by Justice Minister Beat Jans with Federal Chancellor Viktor Rossi participating, the Federal Department of Justice and Police stated that security in the E-ID's online issuance process is currently being further strengthened in light of recent AI developments: "in particular, through the use of additional technical safeguards, it should become harder to introduce malware onto end devices, and the detection of deepfakes should be strengthened" (eid.admin.ch, 2026-09-03). The release, attributing the emphasis on learning from mistakes to Jans, names the programme's standing security controls as the mechanism for finding such gaps: "transparency through open source, the conducting of penetration tests, and bug bounty programmes" (eid.admin.ch, 2026-09-03). No technical specification of the "additional technical safeguards" (an attestation mechanism, device-integrity check or liveness-detection method) has been published; this is a policy-level commitment, not yet an implementation detail defenders can act on.

HIGHupdatedNATOB2

Berlin's state government confirms an extortion attempt after a phishing click opens the shared Landesnetz; media reporting names Rhysida

First published 2026-08-30 · open finding →

Updaterun 2026-09-05T0409Z-intelupdated_atsourcesevidencebody

Rhysida's ultimatum lapsed on 2026-09-04 after Berlin's Senate refused to pay; the group then published the full stolen dataset on its darknet leak site, replacing its prior partial "auction" listing. Chaos Computer Club spokesperson Joachim Selzer confirmed the complete dataset is now publicly accessible to anyone, but whether it actually contains the drinking-water vulnerability analyses and administration credentials the group had earlier claimed remains what the Senate itself must still verify, per a state-parliament faction leader's own account.

Rhysida's one-week ultimatum expired on 2026-09-04 at roughly 15:35 local time; the Berlin Senate had publicly committed not to pay, and about an hour after the deadline the group published the full stolen dataset on its darknet leak site, replacing the prior partial "auction" listing (heise online, 2026-09-04). Chaos Computer Club spokesperson Joachim Selzer confirmed the complete dataset (including personnel files and documents Selzer describes seeing directly, such as employment references) is now publicly accessible to anyone. Whether the dataset actually contains the drinking-water vulnerability analyses and administration credentials the group had earlier claimed remains unverified by any party this entry cites: Left-party parliamentary faction leader Tobias Schulze stated the Senate now has the opportunity to check whether the prior assumptions about the leaked data are accurate, and should notify affected individuals and organizations as quickly as possible once it does. No further technical root-cause detail beyond the phishing vector has been disclosed by the Senate.

04Action items1 item

Verification & coverage notes1 run

2026-09-05T0409Z-intel · Sonnet 5 · window 26 h · 2 entries published

Verification & coverage notes

Verification loop: fail-open at the iteration-8 cap. All 8 iterations returned NEEDS_FIXES; the run never reached even a single CLEAN verdict, let alone the required two consecutive. Per the master prompt's non-negotiable cap rule, iteration 8 is the hard ceiling and the run publishes now regardless of verdict. Every finding from every iteration was remediated in the same cycle it was raised (see verification.iterations[] above for the full per-iteration detail) except two knowingly-declined items, both documented above with rebuttal: the pre-existing actor:uat-8616 entity-link mismatch on the CVE-2026-46300 entry (predates this run, left for the audit), and the Thomson Reuters entry's PD-11 ground-(a) relevance argument, which three independent cold reads (iterations 5, 6, 8) each flagged as a close call without ever asserting it invalid, a judgment call made once (iteration 5) and left standing through repeated independent re-testing that did not overturn it. verification_residual_count: 5 reflects iteration 8's own truth+editorial total (3+2), all fixed except the two declined items above; the count is intentionally not zeroed, since a NEEDS_FIXES final iteration at the cap is a fail-open publish, not a clean bill of health.

Runaway-duration warning (duration_seconds exceeds the 3 h threshold): this run's own extended verification loop is the cause, not a stall. Each of 7 (going on 8) cold-reader iterations spawned fresh, found genuine new defects (source-date drift, citation-source mismatches, a mis-stated authentication-guard history, missing EPSS values, changelog fields[] gaps), and each round was remediated and re-verified before the next spawn per the non-negotiable verification-loop rule (a first CLEAN requires an independent cold confirmation pass; this run never reached even one CLEAN). No sub-agent stalled or was abandoned; total elapsed time is the sum of 7 full iteration cycles (research + compose + verify + remediate), not idle waiting. This is depth-over-speed working as designed, not an operational failure, see the iteration-by-iteration findings above for what each pass caught.

Coverage window: Standard (gap_hours 24.0, window_hours 26, no catch-up/major-gap disclosure required).

KEV mechanical sweep (v4.8 duty): tools/kev_window_diff.py --window-hours 26 found 1 in-window CISA KEV addition (CVE-2026-85046, Google Chromium V8), already covered by the existing 2026-09-04 entry. No disposition needed.

Declined verifier findings (iterations 4-6), with rebuttal:

  • F11 (run-record sub_agents telemetry phrasing, iteration 4): declined as out of scope, those fields structurally describe pipeline mechanics (the block's own keys are S1/S2/S3/S4), unlike the reader/operator-facing coverage-notes prose the style rule targets, where the parallel finding on this same iteration was accepted and fixed.
  • F11 (duplicate RHSB-2026-003 URL under two dates on the Dirty Frag entry, iteration 4): declined, 2026-05-09 and 2026-07-03 are independently correct snapshots of the same bulletin as it evolved to add CVE-2026-46300; consolidating would lose that provenance, not fix an error.
  • F9 (Manchester Airports Group, "withheld" vs. "190,849 future bookings" tension, iteration 5): declined; both framings are already presented as the threat actor's own unverified claims; the entry asserts neither as confirmed, so no further hedging adds reader value.
  • F8 (Thomson Reuters; Montana/Minnesota denying court documents were exposed): iteration 4 declined this pending re-verification (wrong saved source checked); iteration 5 re-confirmed the fact directly in the entry's own cited Hacker News capture and added it. No longer outstanding.
  • F7 (Thomson Reuters, breach-gate ground (a) relevance, iterations 5-6): two independent cold reads (iteration 5, iteration 6) each flagged this as a close call without asserting the argument invalid, iteration 6 explicitly noted "the vendor's global profile, the sealed-records category and the extensive multi-outlet coverage are real countervailing factors the AMF entry lacked." The entry is kept: unlike AMF's single-country, single-organization, commodity-SQLi breach, this compromise spans two sovereign jurisdictions and reaches sealed judicial records, which is the scale argument PD-11 ground (a) contemplates. Two independent iterations raising the same "close but not clearly wrong" concern, rather than converging on "clearly fails" (the pattern that dropped AMF), is read as corroborating the judgment call rather than overturning it.
  • F11 (CVE-2026-46300 entry, actor:uat-8616 entity-link mismatch, iteration 6): declined as pre-existing, the link traces to an unrelated CVE in the entry's legacy v2-migration "CVE Summary Table," not to anything this run touched; left for the audit.

Dedup catches this run: the "Dirty Frag/Fragnesia" Linux kernel LPE candidate and the Toy Ghouls MQTT/Matrix-backdoor candidate both initially read as new findings but matched covered ground, the former via the store-wide CVE index (state/cves_seen.json; CVE-2026-43284/43500/46300 are all covered by entries from 2026-05-09 and 2026-05-15, outside the 14-day prior-coverage window and therefore invisible to the in-context dedup read), the latter via an entity-key match (actor:toy-ghouls, malware:genielocker) to a 2026-07-31 entry likewise outside the 14-day window and carrying no CVEs to trip the store-wide index at all. Both became changelog records instead of new entries; the Toy Ghouls case in particular is a reminder that CVE-less findings on an older, previously-covered actor/malware pairing are not caught by any mechanical check, only a direct grep of entries/ for the entity name surfaced it.

Single-source items (standard, no carve-out): GeoNetwork RCE chain (GeoNetwork's own GHSA advisories + independent Ethiack research, treated as multi-source, credibility 2, given both are the primary discovery/fix event rather than independent secondary corroboration); Thomson Reuters C-Track breach (multi-source: C-Track/West Publishing's own notice, Ontario's Chief Justices' joint statement, plus three independent news outlets).

Dropped by verification (iteration 4): AMF France SQL-injection/plaintext-password breach, a French national mayors'-association breach with no home-region nexus. Iterations 1 and 3 both attempted to ground its inclusion in a primary-sector or "shared target profile" reading of PD-11(c); iteration 4's cold read tested that argument directly against the four out-of-nexus breach-gate grounds (PD-11) and found none of them clears: no global-scale significance, no new or materially evolved TTP (a UNION-based SQL injection is decades-old, commodity tradecraft), no same-actor read onto the profiled constituency (the actor "Alduin" is a single-incident handle with no established track record), and no imminent shared threat. Three independent cold passes converging on the same substantive gap, with each attempted rewording addressing only the phrasing and not the underlying fact pattern, is a stronger signal than any single verifier's assessment; the entry is dropped rather than defended a fourth time. The registered entities actor:alduin and incident:amf-france-sql-injection-breach-2026-09 were removed from entities/registry.yaml as orphaned. No CVEs were associated with this entry, so state/cves_seen.json is unaffected.

Borderline drops:

  • VMware Workstation & Fusion guest-to-host escape (CVE-2026-59346/CVE-2026-59347), a genuine guest-to-host VM escape (CVSS 9.3/8.1) but requires local administrative privileges already inside the guest VM, no confirmed exploitation, desktop-virtualization deployment context (not the enterprise ESX/vCenter estate already covered by the July VMSA-2026-0006 bulletin at a materially higher bar, pre-auth, network-reachable, no workaround). Does not clear PD-11(b)'s beyond-regular-patch-cycle bar on its own mechanics; a routine vendor patch-cycle item.

Coverage backlog (state/coverage_backlog.md): one row struck, Thomson Reuters C-Track court-records breach, published this run as 2026-09-05/thomson-reuters-ctrack-court-records-breach (the story was reached via a different transport this run: The Record, Tech Times, The Hacker News, plus the C-Track/West Publishing notice and Ontario's Chief Justices' statement directly). Five further open rows re-checked with dated notes, all "no change" (Boston Scientific; TheGentlemen/Ixa Systems SA; Krybit/UICC; IDScan.net, substantial forensic detail accumulated over the past two days but still no named access vector; Kairos/Ville de Libercourt). Two low-priority rows (Siemens S7 joint-advisory re-read; the Keycloak VEX-revision-date meta-fact) were not re-probed this run per their own carry-forward notes; the Zurich District Court verdict row is not due until 2026-09-10.

Coverage gaps: ssd-disclosure (7th consecutive anti-bot block, both direct and jina); cisa-advisories (unfiltered facet page / 403 / jina-key timeout, CISA KEV JSON feed unaffected and separately confirmed via tools/kev_window_diff.py).

Pre-existing warning not fixed this run: check_run.py flags two evidence[] records on entries/2026-05-09/cve-2026-43284-cve-2026-43500-linux-dirty-frag-deterministic.md (publisher ctipilot v2 brief (migrated)) as unbound to any sources[].publisher. Both predate this run's edit and are narrative remnants of the original v2-to-v3 migration rather than verbatim page quotes; relabelling the publisher would not make them genuine verbatim evidence, so this is left for the audit to resolve properly (rewrite as real verbatim excerpts from the cited Wiz/Microsoft posts, or drop the evidence[] records if no clean quote is recoverable) rather than papered over here.

Deep dive: none this run. GeoNetwork's chain is well-documented and actionable but its category (web-app-rce) was used within the last 7 days (2026-08-29, PaperCut) and no confirmed in-the-wild exploitation independently overrides the rotation demotion (the EUVD exploited flag is disputed and unconfirmed by any other source). No other candidate approached the deep-dive bar this run.