Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Critical GitLab GraphQL Flaw Could Let Unauthenticated Attackers Delete Public Projects

GitLab has released security updates to address a critical vulnerability impacting its Community Edition (CE) and Enterprise Edition (EE) software that, under certain conditions, could allow an unauthenticated attacker to remotely modify or delete public projects and user data. The flaw, tracked as CVE-2026-19478, has been rated Critical by GitLab and assigned a CVSS score of 9.4. Released on

Critical GitLab GraphQL Flaw Could Let Unauthenticated Attackers Delete Public Projects

We haven't written up this one. The Hacker News has the full story — the link below goes straight to it.

Read the original at thehackernews.com →

More in Tech

The Outbox Pattern Is Not Enough

The textbook version of the transactional outbox is tight. You save the domain entity and an outbox row in one local transaction.

  • Throughput limited by fixedDelay and batchSize values, not measured
  • Alerting mechanism may trigger false positives during normal load
  • Terminal state of outbox pattern is invisible, failed events unhandled

More from Monday 17 August →