Cyber Threat Brief — September 5 2026

⚠️ This report is AI-generated. Always validate findings.

1. Chrome V8 Type Confusion Zero-Day — CVE-2026-85046 (CISA KEV)

TL;DR: Google confirmed ITW exploitation of a V8 type confusion bug; CISA added CVE-2026-85046 to KEV on September 4 (federal due September 18). Force Chrome/Edge/Chromium fleets to ≥152.0.7977.82 and hunt post-sandbox process anomalies.

What’s New:

  • CISA KEV addition September 4 for Google Chromium V8 type confusion (CWE-843); due date September 18 under BOD 26-04
  • Google Stable Channel update September 3: High CVE-2026-85046; advisory states exploit exists in the wild
  • Patched builds: Chrome 152.0.7977.82/.83 (Windows/macOS), 152.0.7977.82 (Linux); Chromium-derived browsers inherit the same V8 fix lag
  • Sixth actively exploited Chrome zero-day patched in 2026 per Google advisory tracking
  • No public PoC / IOCs released (embargo standard for ITW browser bugs)

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
Chrome/Edge/Chromium version < 152.0.7977.82Vulnerable assetN/AEndpoint inventory, MDMEnforce minimum version; block outdated browsers at network edge where feasible
Renderer crash clusters followed by unusual child processes (cmd.exe, powershell.exe, rundll32.exe)Post-sandbox indicatorT1203 / T1059EDR, Sysmon 1Correlate crash → child process within short window for high-risk users
Drive-by / watering-hole domains preceding renderer instabilityDeliveryT1189Proxy/DNS, web proxyHunt rare domains visited minutes before Chrome crash storms
Unexpected remote thread into chrome.exe / msedge.exeCode injectionT1055Sysmon 8Alert uncommon sources injecting into browser processes

Detection

SourceRuleGap
Splunk ESCUNone — verified searchTitle/tag hits are config/injection-into-browser; none correlate Chromium renderer instability → cmd/powershell/rundll32 child (read logic)
ElasticNone — verified searchClosest Suspicious Browser Child Process is macOS-only and targets downloaders, not Win Chrome post-sandbox
SigmaNone — verified searchNo emerging-threats 2026 rule for CVE-2026-85046; browser rules do not encode this V8 ITW chain

Hunt hint: Correlate Chromium renderer crash/unusual exit with near-term spawn of cmd/powershell/wscript/mshta/rundll32 from chrome.exe/msedge.exe, plus preceding proxy/DNS to new or known-bad hosts.

Sources: The Hacker News on X, CISA KEV alert 2026-09-04, CISA KEV entry CVE-2026-85046, Chrome Stable Update 2026-09-03, NVD CVE-2026-85046

2. CrowdStrike FalconFlank LPE via Office Macro Remediation — No CVE

TL;DR: Public PoC (Nightmare Eclipse / MSNightmare) claims SYSTEM via Falcon’s Office malicious-macro remediation on fully patched Win11 25H2 / Server 2025. CrowdStrike investigating; disable File Suspicious Macro Removal per vendor guidance and hunt bcrypt.dll under WindowsPowerShell\v1.0.

What’s New:

  • PoC published ~September 3–4 as FalconFlank; abuses Falcon “Microsoft Office file malicious macro removal” / File Suspicious Macro Removal
  • Claimed conditions: Falcon Phase 3 Optimal Protection + macro-removal feature enabled; works on updated Win11 25H2 / Server 2025
  • CrowdStrike to BleepingComputer / The Register: investigating; advise disabling Microsoft Office File Suspicious Macro Removal Windows policy; Cloud Anti-malware for Office Files remains; private FalconFlank Tech Alert on support portal
  • Kevin Beaumont publicly confirmed related Nightmare Eclipse LPE drops this week are real/working
  • Researcher notes Falcon may already block the shipped PoC sample — treat as mechanism risk, not “detected = fixed”

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
File create: *\WindowsPowerShell\v1.0\bcrypt.dllExploit artifactT1574.001 / T1068Sysmon 11, FDRCritical alert — bcrypt.dll does not belong in PowerShell v1.0 app dir
OLE/OOXML written as .dll/.exe, especially under *\WindowsPowerShell\v1.0\StagingT1027FDR OleFileWritten, Sysmon 11Alert OLE content written with executable extensions
Any .dll written into *\WindowsPowerShell\v1.0\ outside Modules\ / *.resources.dllSearch-order plantT1574.001Sysmon 11, FDRHunt DLL plants; do not filter on writing process (may be Falcon itself)
Temp mirror of *\WindowsPowerShell\v1.0\ under user %TEMP%Pre-plant stagingT1574Sysmon 11Hunt System32/PowerShell path mirrored under Temp
Falcon policy: File Suspicious Macro Removal enabledExposureN/AFalcon consoleDisable per CrowdStrike interim guidance until patched

Detection

SourceRuleGap
Splunk ESCUNone — verified searchPhantom-DLL analytic is name-allowlisted (phoneinfo.dll etc.); does not match bcrypt.dll plant under WindowsPowerShell\v1.0
ElasticPartial — Potential Masquerading as System32 DLLLists bcrypt.dll + recent write/load, but excludes ?:\Windows\System32\* — FalconFlank path under System32\WindowsPowerShell\v1.0 is filtered out
SigmaNone — verified search (near-miss)Potential System DLL Sideloading From Non System Locations lists \bcrypt.dll but System32 path filter excludes ...\System32\WindowsPowerShell\v1.0\ — would miss FalconFlank load

Hunt hint: Sysmon/EDR FileCreate for \WindowsPowerShell\v1.0\bcrypt.dll (or unexpected .dll under that path excluding \Modules\ / *.resources.dll); OLE/OOXML written as .dll/.exe under that path. Do not rely on generic “non-System32 bcrypt ImageLoad” Sigma as-is.

Sources: IntCyberDigest on X, BleepingComputer, The Register, Abstract ASTRO detection guidance, Security Affairs

3. PostgreSQL PostGREShell — CVE-2026-6471

TL;DR: Missing authz on logical-decoding plugin load lets a REPLICATION-privileged user dlopen arbitrary libs → code exec as postgres, catalog superuser flip, persistent backdoors. Patch to 18.6 / 17.11 / 16.15 / 15.19 / 14.24; strip unused REPLICATION; block outbound SMB/NFS from DB hosts.

What’s New:

  • Cyera Research (PostGREShell) + SecurityWeek / The Hacker News / CSO coverage wave through September 4; not previously in ajking.io Sep 1–4 briefs
  • CREATE_REPLICATION_SLOT plugin name skips check_restricted_library_name(); absolute paths, ../, Windows UNC accepted
  • Windows: fully remote via UNC/SMB 445 hosting attacker DLL; Linux/macOS often needs NFS automount or prior file write
  • Fix introduces output_plugin_libraries whitelist (defaults pgoutput, test_decoding); Cyera reports 114 malicious PG plugins observed on VT historically
  • Requires REPLICATION attribute + wal_level=logical — audit backup/CDC accounts now

Actionable Intel

ArtifactTypeATT&CKLog SourceAction
CREATE_REPLICATION_SLOT with plugin names containing /, \, .., or UNCExploit attemptT1068 / T1210PostgreSQL logs, pgauditAlert immediately; kill slot; isolate host
Roles with rolreplication that are not approved backup/CDCExposureT1078pg_roles inventoryStrip REPLICATION from unused accounts
Outbound TCP 445/2049 from postgres hostsDelivery pathT1105Firewall, flowBlock egress SMB/NFS from DB tier
postgressh/bash/powershell process chainPost-exploitationT1059EDR, Sysmon/auditdHunt shell children of postgres
Unexpected shared_preload_libraries / pg_hba.conf passwordless entriesPersistenceT1556Config FIM, PG logsDiff configs after any replication anomaly

Detection

SourceRuleGap
Splunk ESCUPartial — Linux Suspicious Child Process of PostgreSQLLinux post-exploit shell children of postgres only; misses replication-slot plugin path/UNC + Windows; not CVE-mapped
ElasticNone — verified searchClosest PostgreSQL COPY PROGRAM Command Execution is COPY PROGRAM, not PostGREShell plugin load
SigmaNone — verified searchNo public CVE-2026-6471 / malicious logical-decoding plugin-path rule

Hunt hint: Alert PG logs for CREATE_REPLICATION_SLOT where plugin name contains /, \, .., or UNC; on Windows watch outbound SMB/445 from DB hosts after replication use; keep ESCU postgres-child as secondary post-exploit signal on Linux only.

Sources: PostgreSQL CVE-2026-6471, Cyera PostGREShell, SecurityWeek, The Hacker News, CSO Online


Status Updates

  • CVE-2026-83548/83549 (SonicWall SMA1000): Federal KEV deadline today September 5. Zero-day exploitation ongoing; no new public IOCs since September 3 brief. Original brief · CISA KEV
  • CVE-2026-9586 (Sangoma Switchvox): Federal deadline today. Unauth SQLi→RCE; honeypot reverse shells reported. Original brief
  • CVE-2026-82329 (JFrog Artifactory): Federal deadline today. Admin token minting exploitation ongoing. Original brief
  • CVE-2026-49869 (Kestra OSS): Federal deadline today. Auth-bypass to root workflow RCE. Original brief
  • CVE-2026-82078/81578 (PaperCut NG/MF): watchTowr still researching patch bypasses; situation evolving. Original brief