Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsStudyTraining
ProjectsChecklistsAI RankingsNewsletterStatusTagsAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Study
Training
Projects
Checklists
AI Rankings
Newsletter
Status
Tags
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

429+ Articles
114+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CISA Adds Four Critical Vulnerabilities to KEV Catalog
CISA Adds Four Critical Vulnerabilities to KEV Catalog
SECURITYHIGH

CISA Adds Four Critical Vulnerabilities to KEV Catalog

CISA has updated the Known Exploited Vulnerabilities catalog with four actively exploited flaws including Microsoft Office and SmarterMail vulnerabilities.

Dylan H.

Security Team

February 4, 2026
4 min read

Affected Products

  • Microsoft Office
  • SmarterTools SmarterMail
  • Sangoma FreePBX
  • GitLab

Overview

On February 3, 2026, the Cybersecurity and Infrastructure Security Agency (CISA) added four new vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog based on evidence of active exploitation in the wild.

Federal Civilian Executive Branch (FCEB) agencies are required to remediate these vulnerabilities by the specified due dates.


New KEV Entries

CVE-2026-21509 - Microsoft Office Security Feature Bypass

AttributeValue
CVE IDCVE-2026-21509
VendorMicrosoft
ProductMicrosoft Office
Vulnerability TypeSecurity Feature Bypass
CVSS Score8.8 (High)
Due DateFebruary 24, 2026

Description: A security feature bypass vulnerability in Microsoft Office allows attackers to circumvent Protected View and execute malicious macros without user consent.

Exploitation: Attackers are using specially crafted Office documents distributed via phishing campaigns.

Mitigation:

# Apply February 2026 Patch Tuesday updates
# Or disable macros via Group Policy
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Word\Security" -Name "VBAWarnings" -Value 4

CVE-2026-23760 - SmarterTools SmarterMail Authentication Bypass

AttributeValue
CVE IDCVE-2026-23760
VendorSmarterTools
ProductSmarterMail
Vulnerability TypeAuthentication Bypass
CVSS Score9.8 (Critical)
Due DateFebruary 17, 2026

Description: An authentication bypass vulnerability in SmarterMail allows unauthenticated attackers to access administrative functions and user mailboxes.

Exploitation: Threat actors are exploiting exposed SmarterMail instances to harvest credentials and intercept communications.

Mitigation:

  • Update to SmarterMail 100.0.8970 or later
  • Implement IP whitelisting for admin interfaces
  • Enable MFA for all accounts

CVE-2019-19006 - Sangoma FreePBX Improper Authentication

AttributeValue
CVE IDCVE-2019-19006
VendorSangoma
ProductFreePBX
Vulnerability TypeImproper Authentication
CVSS Score9.8 (Critical)
Due DateFebruary 24, 2026

Description: An authentication flaw in Sangoma FreePBX allows remote attackers to bypass authentication mechanisms and gain administrative access.

Note: This is an older vulnerability that has resurfaced with new exploitation activity.

Mitigation:

# Update FreePBX to latest version
fwconsole ma upgrade framework
fwconsole ma upgrade core
fwconsole reload

CVE-2021-39935 - GitLab SSRF Vulnerability

AttributeValue
CVE IDCVE-2021-39935
VendorGitLab
ProductGitLab CE/EE
Vulnerability TypeServer-Side Request Forgery (SSRF)
CVSS Score7.5 (High)
Due DateFebruary 24, 2026

Description: A Server-Side Request Forgery vulnerability in GitLab Community and Enterprise editions allows attackers to make requests to internal services.

Exploitation: Attackers are using this flaw to access internal metadata services and steal cloud credentials.

Mitigation:

# Update GitLab
sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart

Compliance Timeline

CVESeverityFCEB Due DateDays Remaining
CVE-2026-23760CriticalFeb 17, 202613 days
CVE-2026-21509HighFeb 24, 202620 days
CVE-2019-19006CriticalFeb 24, 202620 days
CVE-2021-39935HighFeb 24, 202620 days

Recommended Actions

For All Organizations

  1. Inventory affected systems - Identify all instances of affected products
  2. Prioritize patching - Address critical vulnerabilities first
  3. Monitor for exploitation - Review logs for indicators of compromise
  4. Implement compensating controls - If patching is delayed

Detection Queries

// Microsoft Defender - Office Macro Bypass Detection
DeviceProcessEvents
| where Timestamp > ago(7d)
| where InitiatingProcessFileName in~ ("WINWORD.EXE", "EXCEL.EXE", "POWERPNT.EXE")
| where FileName in~ ("cmd.exe", "powershell.exe", "wscript.exe", "cscript.exe")
| project Timestamp, DeviceName, InitiatingProcessFileName, FileName, ProcessCommandLine
 
// SmarterMail Authentication Anomalies
SecurityEvent
| where EventID == 4625
| where TargetUserName contains "smartermail"
| summarize FailedAttempts=count() by SourceIP=IpAddress, bin(TimeGenerated, 1h)
| where FailedAttempts > 10

Historical Context

CISA's KEV catalog has grown significantly:

  • 2025 Total: 186 vulnerabilities added
  • 2026 YTD: 23 vulnerabilities added
  • Average time to exploitation: 28% within 1 day of disclosure

References

  • CISA KEV Catalog
  • CISA Alert - February 3, 2026
  • Microsoft Security Response Center
  • GitLab Security Releases

Related Articles

  • Microsoft January 2026 Patch Tuesday
  • Critical Vulnerability in Enterprise VPN
#CISA#KEV#Microsoft#GitLab#Actively Exploited

Related Articles

CISA Adds Two Actively Exploited Roundcube Webmail Flaws to

CISA has added two Roundcube Webmail vulnerabilities to the Known Exploited Vulnerabilities catalog — CVE-2025-49113 (CVSS 9.9, deserialization RCE) and...

6 min read

CVE-2025-68613: n8n Remote Code Execution via Improper

CISA adds CVE-2025-68613 to the Known Exploited Vulnerabilities catalog — a CVSS 9.9 flaw in n8n's workflow expression evaluation system that enables...

5 min read

CISA Issues Emergency Directive as Cisco SD-WAN Zero-Day

A maximum-severity authentication bypass in Cisco Catalyst SD-WAN (CVE-2026-20127, CVSS 10.0) has been actively exploited by threat actor UAT-8616 since...

4 min read
Back to all Security Alerts