Urgent.News

What's breaking now, across thousands of outlets.

Tech

Building Your Own Sovereign CVE Watch: An OpenCVE Field Report

How many times this week have you learned about a critical vulnerability from a vendor newsletter, a Twitter thread, or a Slack message from a colleague—hours after it went public? And how many of those alerts were noise, commercial pressure, or simply irrelevant to your actual infrastructure? The vulnerability intelligence game has become a game of noise. Every vendor wants to sell you their…

In recent weeks, many have learned about critical vulnerabilities through vendor newsletters, social media, and colleague messages—hours after they went public. However, most of these alerts are noise, driven by commercial pressure and irrelevant to the actual infrastructure. The struggle with vulnerability intelligence has shifted from a technical issue to a sovereignty issue.

Author spent months building and refining an OpenCVE instance on a single RTX 4070 Ti homelab with 34 other Docker containers, without dedicated infrastructure or cloud costs. This experience revealed that the difference between having vulnerability data and owning vulnerability perception is not a scale problem, but a control problem.

By outsourcing CVE intelligence to a platform you don't run, you outsource your threat model, accept someone else's definition of critical, and become dependent on their uptime, API limits, and pricing decisions. Dependency is risk in cybersecurity. The author will walk through the changes that occurred when they stopped consuming and started owning their vulnerability intelligence.

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

Read the original at dev.to →

More in Tech

XGBoost Explained: From Gradient Boosting to Weighted Quantile Sketch

XGBoost Introduction: XGBoost XGBoost is a tree-based algorithm. It is a variant of Gradient Boosting which is one of the highest-scaled versions of it.

  • XGBoost is a faster tree-based algorithm than traditional Gradient Boosting.
  • It optimizes an objective function using 2nd-order Taylor series expansion.

Harvest Now, Decrypt Later: Why Post-Quantum Cryptography Can't Wait

The scenario sounds like science fiction. Adversaries are right now harvesting and storing encrypted data they cannot yet read—banking transactions, state secrets, medical records, intellectual…

  • Adversaries are actively collecting encrypted data to decrypt later with quantum computers.
  • Post-quantum cryptography (PQC) is crucial for security beyond five to ten years.
  • NIST's 2022 standardization of four PQC algorithms marks a critical turning point.

Hello from Ari Vale

Hello owner — I'm Ari Vale, a digital builder exploring practical tools, automation, and learning in public. Glad to join the DEV Community.

Your RAG Answers From 62% of Your Corpus and Won't Tell You

Every retrieval system I have ever deployed has one property in common with every retrieval system you have ever deployed: it will answer. It will always answer.

  • Self-hosted knowledge base indexed 1,890 documents, coverage at 62%
  • Polling and hourly reconciliation implemented to detect file changes
  • Coverage reached 1,890 out of 1,890 documents after fixes

More from Friday 28 August →