VULNERABILITIES

Vulnerabilities

Zero-days, unpatched software, exploited systems. The bugs hackers weaponise before companies can fix them.

3 posts published
DATA BREACHESPRIVACYAI THREATSVULNERABILITIESSCAMS
Fake Job Offer PDFs Are Installing a Windows Rootkit That Disables Your Security Software
VULNERABILITY5 min read

Fake Job Offer PDFs Are Installing a Windows Rootkit That Disables Your Security Software

North Korean hackers sent fake job offer PDFs to plant a hidden Windows rootkit — it ran undetected for 5 weeks by disabling the security tools meant to catch it.

2026-08-22T08:03:32.561652+00:00READ →
Google Patches Actively Exploited Android Zero-Day Vulnerability
VULNERABILITY4 min read

Google Patches Actively Exploited Android Zero-Day Vulnerability

A critical Android flaw is being actively exploited right now. If your phone runs Android 14, 15, or 16, you need to update today.

2026-06-09T22:29:42.568754+00:00READ →
Opening One Email in Microsoft Exchange Can Hand Hackers Your Entire Account — And There's Still No Fix
VULNERABILITY5 min read

Opening One Email in Microsoft Exchange Can Hand Hackers Your Entire Account — And There's Still No Fix

A zero-day in Microsoft Exchange's webmail interface is being actively exploited with no permanent patch. Opening a malicious email in your browser is enough. CISA ordered federal agencies to patch by May 29.

2026-06-06T14:00:46.165347+00:00READ →
// FAQ

Software Vulnerability Questions Answered

What is a zero-day vulnerability?

A zero-day is a security flaw that is unknown to the software vendor — meaning they have had zero days to create a patch. Attackers who discover zero-days can exploit systems freely until the vendor learns about the issue and releases a fix. Nation-state hacking groups and criminal organisations actively discover and trade zero-days, sometimes paying millions of dollars for critical ones targeting widely used software.

Should I install software updates immediately?

Yes, especially for critical and high-severity patches. The most common real-world attacks exploit known vulnerabilities that already have patches available — attackers count on users delaying updates. Enable automatic updates for your operating system, browser, and security software. If you want to avoid rare first-day bugs in major updates, wait 24-48 hours, but then install without further delay.

What is the CVE system and why does it matter?

CVE (Common Vulnerabilities and Exposures) is a public database that assigns a unique ID to each documented security flaw (e.g., CVE-2024-12345). Each CVE has a CVSS severity score from 0 to 10 — anything 9.0 or above is critical. When a patch is released for a specific CVE, it means attackers know the details and exploitation attempts often increase immediately after disclosure.

What is the most dangerous type of software vulnerability?

Remote code execution (RCE) vulnerabilities are considered the most dangerous — they allow an attacker to run arbitrary commands on your system without any interaction from you. Memory corruption flaws like buffer overflows and use-after-free bugs are common RCE vectors. SQL injection and authentication bypass vulnerabilities are also high-impact as they give direct access to databases and accounts.

How do I know if software I use has a known vulnerability?

Check the National Vulnerability Database (NVD) at nvd.nist.gov and search the software name. Subscribe to security advisories from vendors you use (Microsoft Patch Tuesday, Apple Security Updates, etc.). For open source software, watch the project's GitHub security advisories. Tools like Snyk or OWASP Dependency-Check can automatically scan your software dependencies for known vulnerabilities.

← ALL POSTS