Urgent.News

What's breaking now, across thousands of outlets.

Tech

CISA decides weekly vulnerability bulletin isn't necessary anymore

Agency's shift from static CVSS scores to risk-based prioritization sends the old format packing September 28

CISA decides weekly vulnerability bulletin isn't necessary anymore

The Cybersecurity and Infrastructure Security Agency (CISA) has announced that it will discontinue its weekly vulnerability bulletin at the end of September. This decision is part of a shift in how CISA prioritizes security updates, moving away from a severity-based approach to a more risk-based methodology. This change is outlined in a June Binding Operational Directive (BOD) that emphasizes prioritizing security updates based on real-world risk rather than treating all vulnerabilities equally.

The new approach takes into account factors such as evidence of exposure and exploitation, degree of control granted by exploitation, and whether exploitation can be automated. CISA's remediation table highlights these factors when determining the severity of a vulnerability. The decision to eliminate the weekly bulletin may be due to the sheer volume of new vulnerabilities being discovered, which are being addressed at an increasingly rapid pace with AI-assisted security research.

Additionally, the National Vulnerability Database continues to face a backlog of vulnerabilities, while the broader CVE ecosystem struggles to distinguish genuine vulnerabilities from AI-generated reports. Although CISA encourages security professionals to rely on its known exploited vulnerabilities catalog, cybersecurity alerts and advisories, and the CVE catalog, those currently subscribing to the bulletin will need to manually ensure their subscriptions are active in GovDelivery or Granicus accounts to avoid missing critical notices.

Written by urgent.news from The Register's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at theregister.com →

More in Tech

A Pedagogical Introduction to Porting a Conjugate Gradient Solver to CUDA

GPU programming tutorials often begin with isolated examples: vector addition, reductions, matrix multiplication, and memory coalescing.

  • HPCCG's conjugate gradient solver is ported to CUDA
  • Matrix stored as per-row pointers, incompatible with GPU
  • Flattened into Compressed Sparse Row (CSR) form for GPU compatibility

More from Wednesday 16 September →