24h | 7d | 30d

Overview

  • Go standard library
  • archive/tar
  • archive/tar

08 Apr 2026
Published
13 Apr 2026
Updated

CVSS
Pending
EPSS
0.00%

KEV

Description

tar.Reader can allocate an unbounded amount of memory when reading a maliciously-crafted archive containing a large number of sparse regions encoded in the "old GNU sparse map" format.

Statistics

  • 1 Post

Last activity: 14 hours ago

Bluesky

Profile picture fallback
🔍 Lambda Watchdog detected that CVE-2026-32288 is no longer present in latest AWS Lambda base image scans. https://github.com/aws/aws-lambda-base-images/issues/461 #AWS #Lambda #Security #CVE #DevOps #SecOps
  • 0
  • 0
  • 0
  • 14h ago

Overview

  • HappySeaFox
  • sail

18 Apr 2026
Published
18 Apr 2026
Updated

CVSS v3.1
CRITICAL (9.8)
EPSS
0.04%

KEV

Description

SAIL is a cross-platform library for loading and saving images with support for animation, metadata, and ICC profiles. Prior to commit c930284445ea3ff94451ccd7a57c999eca3bc979, the PSD codec computes bytes-per-pixel (`bpp`) from raw header fields `channels * depth`, but the pixel buffer is allocated based on the resolved pixel format. For LAB mode with `channels=3, depth=16`, `bpp = (3*16+7)/8 = 6`, but the format `BPP40_CIE_LAB` allocates only 5 bytes per pixel. Every pixel write overshoots, causing a deterministic heap buffer overflow on every row. Commit c930284445ea3ff94451ccd7a57c999eca3bc979 contains a patch.

Statistics

  • 1 Post

Last activity: 21 hours ago

Fediverse

Profile picture fallback

🚨 CVE-2026-40493: CRITICAL out-of-bounds write in HappySeaFox sail (<c930284445ea3ff94451ccd7a57c999eca3bc979) — Heap buffer overflow in PSD codec risks RCE & data loss. Patch ASAP: commit c930284445ea3ff94451ccd7a57c999eca3bc979. radar.offseq.com/threat/cve-20

  • 0
  • 0
  • 0
  • 21h ago

Overview

  • Fortinet
  • FortiWeb

14 Nov 2025
Published
26 Feb 2026
Updated

CVSS v3.1
CRITICAL (9.4)
EPSS
93.12%

Description

A relative path traversal vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.1, FortiWeb 7.6.0 through 7.6.4, FortiWeb 7.4.0 through 7.4.9, FortiWeb 7.2.0 through 7.2.11, FortiWeb 7.0.0 through 7.0.11 may allow an attacker to execute administrative commands on the system via crafted HTTP or HTTPS requests.

Statistics

  • 1 Post

Last activity: 20 hours ago

Bluesky

Profile picture fallback
FortiWeb Impersonation Flaw: How CVE-2025-64446 Lets Attackers Become Any User – And How To Stop It + Video Introduction: Fortinet’s FortiWeb web application firewall (WAF) includes an “impersonation function” designed to help administrators troubleshoot user sessions. However, security…
  • 0
  • 0
  • 0
  • 20h ago

Overview

  • Pending

28 Oct 2025
Published
29 Oct 2025
Updated

CVSS
Pending
EPSS
0.06%

KEV

Description

An out-of-bounds read vulnerability has been discovered in Monkey's Audio 11.31, specifically in the CAPECharacterHelper::GetUTF16FromUTF8 function. The issue arises from improper handling of the length of the input UTF-8 string, causing the function to read past the memory boundary. This vulnerability may result in a crash or expose sensitive data.

Statistics

  • 2 Posts

Last activity: 12 hours ago

Bluesky

Profile picture fallback
CVE-2025-61043 (out-of-bounds read in libMAC) affects Aqualung on #Fedora, #Ubuntu, #RockyLinux , #SUSE. Read more: 👉 tinyurl.com/2y579jrb
  • 0
  • 0
  • 0
  • 13h ago
Profile picture fallback
Evergreen Linux security: Monkey's Audio out-of-bounds read (CVE-2025-61043) Not just #Fedora – check Ubuntu, Rocky Linux , SUSE. Read more: 👉 tinyurl.com/4zb2x7cm
  • 0
  • 0
  • 0
  • 12h ago

Overview

  • ajay
  • Contextual Related Posts

18 Apr 2026
Published
18 Apr 2026
Updated

CVSS v3.1
MEDIUM (6.4)
EPSS
0.03%

KEV

Description

The Contextual Related Posts plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'other_attributes' parameter in versions up to, and including, 4.2.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Statistics

  • 1 Post

Last activity: Last hour

Fediverse

Profile picture fallback

🛡️ CVE-2026-2986: MEDIUM severity Stored XSS in Contextual Related Posts plugin (≤4.2.1) for WordPress. Contributor+ users can inject scripts — risk to all page viewers. Restrict access & monitor for patches. radar.offseq.com/threat/cve-20

  • 0
  • 0
  • 0
  • Last hour

Overview

  • AWS
  • aws-c-event-stream

31 Mar 2026
Published
01 Apr 2026
Updated

CVSS v3.1
HIGH (7.5)
EPSS
0.02%

KEV

Description

Out-of-bounds write in the streaming decoder component in aws-c-event-stream before 0.6.0 might allow a third party operating a server to cause memory corruption leading to arbitrary code execution on a client application that processes crafted event-stream messages. To remediate this issue, users should upgrade to version 0.6.0 or later.

Statistics

  • 1 Post

Last activity: 4 hours ago

Bluesky

Profile picture fallback
aws-c-event-stream: 0.5.7 -> 0.7.0, fixes CVE-2026-5190 https://github.com/NixOS/nixpkgs/pull/510410 https://tracker.security.nixos.org/issues/NIXPKGS-2026-0915 #security
  • 0
  • 0
  • 0
  • 4h ago

Overview

  • Go standard library
  • html/template
  • html/template

08 Apr 2026
Published
13 Apr 2026
Updated

CVSS
Pending
EPSS
0.01%

KEV

Description

Context was not properly tracked across template branches for JS template literals, leading to possibly incorrect escaping of content when branches were used. Additionally template actions within JS template literals did not properly track the brace depth, leading to incorrect escaping being applied. These issues could cause actions within JS template literals to be incorrectly or improperly escaped, leading to XSS vulnerabilities.

Statistics

  • 1 Post

Last activity: 14 hours ago

Bluesky

Profile picture fallback
🔍 Lambda Watchdog detected that CVE-2026-32289 is no longer present in latest AWS Lambda base image scans. https://github.com/aws/aws-lambda-base-images/issues/462 #AWS #Lambda #Security #CVE #DevOps #SecOps
  • 0
  • 0
  • 0
  • 14h ago

Overview

  • MinecAnton209
  • NovumOS

18 Apr 2026
Published
18 Apr 2026
Updated

CVSS v3.1
CRITICAL (9.4)
EPSS
0.02%

KEV

Description

NovumOS is a custom 32-bit operating system written in Zig and x86 Assembly. In versions prior to 0.24, Syscall 12 (JumpToUser) accepts an arbitrary entry point address from user-space registers without validation, allowing any Ring 3 user-mode process to jump to kernel addresses and execute arbitrary code in Ring 0 context, resulting in local privilege escalation. This issue has been fixed in version 0.24. If developers are unable to immediately update, they should restrict syscall access by running the system in single-user mode without Ring 3, and disable user-mode processes by only running kernel shell with no user processes. This issue has been fixed in version 0.24.

Statistics

  • 1 Post

Last activity: 18 hours ago

Fediverse

Profile picture fallback

🔍 CVE-2026-40317 (CRITICAL, CVSS 9.4): NovumOS < 0.24 allows local privilege escalation via unchecked entry point in Syscall 12. Patch to 0.24 ASAP or restrict syscalls to mitigate. Full details: radar.offseq.com/threat/cve-20

  • 0
  • 0
  • 0
  • 18h ago

Overview

  • niteo
  • CMP – Coming Soon & Maintenance Plugin by NiteoThemes

18 Apr 2026
Published
18 Apr 2026
Updated

CVSS v3.1
HIGH (8.8)
EPSS
0.07%

KEV

Description

The CMP – Coming Soon & Maintenance Plugin by NiteoThemes plugin for WordPress is vulnerable to arbitrary file upload and remote code execution in all versions up to, and including, 4.1.16 via the `cmp_theme_update_install` AJAX action. This is due to the function only checking for the `publish_pages` capability (available to Editors and above) instead of `manage_options` (Administrators only), combined with a lack of proper validation on the user-supplied file URL and no verification of the downloaded file's content before extraction. This makes it possible for authenticated attackers, with Administrator-level access and above, to force the server to download and extract a malicious ZIP file from a remote attacker-controlled URL into a web-accessible directory (`wp-content/plugins/cmp-premium-themes/`), resulting in remote code execution. Due to the lack of a nonce for Editors, they are unable to exploit this vulnerability.

Statistics

  • 1 Post

Last activity: 2 hours ago

Fediverse

Profile picture fallback

🔥 HIGH severity: CVE-2026-6518 affects niteo CMP – Coming Soon & Maintenance Plugin (≤4.1.16). Authenticated Admins can trigger RCE via malicious ZIP uploads. No patch yet — restrict admin access & monitor logs. More: radar.offseq.com/threat/cve-20

  • 0
  • 0
  • 0
  • 2h ago

Overview

  • Go standard library
  • crypto/tls
  • crypto/tls

08 Apr 2026
Published
13 Apr 2026
Updated

CVSS
Pending
EPSS
0.02%

KEV

Description

If one side of the TLS connection sends multiple key update messages post-handshake in a single record, the connection can deadlock, causing uncontrolled consumption of resources. This can lead to a denial of service. This only affects TLS 1.3.

Statistics

  • 1 Post

Last activity: 14 hours ago

Bluesky

Profile picture fallback
🔍 Lambda Watchdog detected that CVE-2026-32283 is no longer present in latest AWS Lambda base image scans. https://github.com/aws/aws-lambda-base-images/issues/460 #AWS #Lambda #Security #CVE #DevOps #SecOps
  • 0
  • 0
  • 0
  • 14h ago
Showing 11 to 20 of 39 CVEs