24h | 7d | 30d

Overview

  • Fortinet
  • FortiClientEMS

04 Apr 2026
Published
21 Apr 2026
Updated

CVSS v3.1
CRITICAL (9.1)
EPSS
43.21%

Description

A improper access control vulnerability in Fortinet FortiClientEMS 7.4.5 through 7.4.6 may allow an unauthenticated attacker to execute unauthorized code or commands via crafted requests.

Statistics

  • 5 Posts
  • 8 Interactions

Last activity: 2 hours ago

Fediverse

Profile picture fallback

The activity, observed by the cybersecurity company in May 2026, involves the exploitation of CVE-2026-35616 (CVSS score: 9.1), a critical pre-authentication API access bypass leading to privilege escalation. thehackernews.com/2026/05/thre

  • 0
  • 0
  • 1
  • 2h ago

Bluesky

Profile picture fallback
Hackers are exploiting an authentication bypass vulnerability (CVE-2026-35616) in FortiClient Enterprise Management Server (EMS) to deliver an undocumented credential stealer called EKZ.
  • 4
  • 3
  • 0
  • 21h ago
Profile picture fallback
Hackers are exploiting CVE-2026-35616 in FortiClient EMS to push EKZ, a credential stealer, via abused VPN scripting workflows, unauthenticated API access, and malicious PowerShell, with data theft from endpoints. #FortiClientEMS #EKZ #Fortinet
  • 0
  • 1
  • 0
  • 18h ago
Profile picture fallback
CVE-2026-35616: FortiClient EMS Flaw Actively Exploited in Malware Attacks securityaffairs.com/192817/malwa...
  • 0
  • 0
  • 0
  • 8h ago

Overview

  • Linux
  • Linux

22 Apr 2026
Published
18 May 2026
Updated

CVSS v3.1
HIGH (7.8)
EPSS
2.24%

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Revert to operating out-of-place This mostly reverts commit 72548b093ee3 except for the copying of the associated data. There is no benefit in operating in-place in algif_aead since the source and destination come from different mappings. Get rid of all the complexity added for in-place operation and just copy the AD directly.

Statistics

  • 4 Posts
  • 3 Interactions

Last activity: 12 hours ago

Fediverse

Profile picture fallback

Docker Engine v29.4.3 mitigates the critical Copy Fail (CVE-2026-31431) vulnerability. Update immediately if you cannot patch your Linux kernel yet.

More details here: ostechnix.com/docker-copy-fail

#Docker #Copyfail #CVE202631431 #Pagecache #Linuxkernel

  • 1
  • 2
  • 0
  • 23h ago
Profile picture fallback

Update immediately if you cannot patch your Linux kernel yet: Docker Releases Mitigation for Copy Fail (CVE-2026-31431) - OSTechNix ostechnix.com/docker-copy-fail

  • 0
  • 0
  • 1
  • 20h ago
Profile picture fallback

#Docker Releases Mitigation for Copy Fail (CVE-2026-31431)

ostechnix.com/docker-copy-fail

  • 0
  • 0
  • 0
  • 12h ago

Overview

  • rsync
  • rsync

18 Nov 2025
Published
19 Nov 2025
Updated

CVSS v3.1
MEDIUM (4.3)
EPSS
0.04%

KEV

Description

A malicious client acting as the receiver of an rsync file transfer can trigger an out of bounds read of a heap based buffer, via a negative array index. The malicious rsync client requires at least read access to the remote rsync module in order to trigger the issue.

Statistics

  • 1 Post
  • 12 Interactions

Last activity: 2 hours ago

Fediverse

Profile picture fallback

So here's one of the cool things you can do with Gentoo. You're not forced to stick to the latest version of a package, multiple stable versions might be available simultaneously. So in this case you can mask rsync-3.4.3 to avoid the slop-induced bugs and the package manager will automatically fall back to rsync-3.4.1-r2. See that '-r2' suffix? That's important, it means that it's the base 3.4.1 version plus a set of patches added by the Gentoo maintainers. In this particular case those patches address CVE-2025-10158, so you get the important security fix but avoid the slop issues introduced in the next stable release. Naturally, while the technical brilliance of this system is remarkable, what really shines it the will of Gentoo maintainers to go above and beyond to solve users' issues. Thanks (and donations) should go to them.

mastodon.gamedev.place/@Jeremi

#Gentoo #rsync

  • 7
  • 5
  • 0
  • 2h ago

Overview

  • Pending

Pending
Published
Pending
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.

Statistics

  • 1 Post
  • 5 Interactions

Last activity: 4 hours ago

Fediverse

Profile picture fallback

CVE-2024-13745 in EDK II (likely, "WONTFIX"): "what you measure is not what you use".

The story about firmware measuring bytes different from ones being used. It affects PCR[5], so the severity is low (nobody cares about PCR[5] by default).

openwall.com/lists/oss-securit

  • 1
  • 4
  • 0
  • 4h ago

Overview

  • Kludex
  • starlette

26 May 2026
Published
27 May 2026
Updated

CVSS v3.1
MEDIUM (6.5)
EPSS
0.03%

KEV

Description

Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values.

Statistics

  • 2 Posts
  • 1 Interaction

Last activity: 23 hours ago

Fediverse

Profile picture fallback

3/3

This is a supply chain story dressed as a CVE. The ecosystem was built too fast. Security assumed it would catch up. It hasn't.

Digital sovereignty without perimeter defence is just security theatre. If you're running MCP servers and you skip the proxy because 'it adds complexity,' you've already lost.

haunted.lighthouse.co.im/artic

#BadHost #CVE202648710 #Starlette #FastAPI #MCP #SupplyChain #CyberSecurity #DigitalSovereignty #ShadowIT #Architecture

  • 1
  • 0
  • 0
  • 23h ago
Profile picture fallback

1/3
BadHost (CVE-2026-48710) exposes MCP servers through a trivial HTTP header parsing flaw that hits 325 million weekly downloads across FastAPI, vLLM, LiteLLM, and the entire agentic AI stack.

But the vulnerability isn't the story. The story is why patches won't fix it.

haunted.lighthouse.co.im/artic

  • 0
  • 0
  • 0
  • 23h ago

Overview

  • Google
  • Chrome

28 May 2026
Published
28 May 2026
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

Inappropriate implementation in ANGLE in Google Chrome on Mac prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)

Statistics

  • 1 Post
  • 1 Interaction

Last activity: 13 hours ago

Fediverse

Profile picture fallback

CVE-2026-9999: HIGH severity flaw in Chrome (Mac, <148.0.7778.216) allows remote code execution in the sandbox via crafted HTML. No exploits in the wild. Patch to 148.0.7778.216+ now! radar.offseq.com/threat/cve-20

  • 1
  • 0
  • 0
  • 13h ago

Overview

  • SAP_SE
  • SAP NetWeaver AS for ABAP and ABAP Platform (Internet Communication Framework)

14 Jan 2025
Published
14 Jan 2025
Updated

CVSS v3.1
CRITICAL (9.9)
EPSS
0.09%

KEV

Description

Under certain conditions SAP NetWeaver AS for ABAP and ABAP Platform (Internet Communication Framework) allows an attacker to access restricted information due to weak access controls. This can have a significant impact on the confidentiality, integrity, and availability of an application

Statistics

  • 1 Post
  • 1 Interaction

Last activity: 15 hours ago

Fediverse

Profile picture fallback

CVE-2025-0066 — Critical supply chain attack in SAP NetWeaver AS for ABAP. Weak access controls allow info disclosure, impacting confidentiality, integrity, and availability. CVSS 9.9. Unpatched. Act now to mitigate risk. #CVE #SAP #infosec

valtersit.com/cve/CVE-2025-006

  • 1
  • 0
  • 0
  • 15h ago

Overview

  • Pending

Pending
Published
Pending
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.

Statistics

  • 2 Posts
  • 2 Interactions

Last activity: 7 hours ago

Bluesky

Profile picture fallback
🔐 CVE-2026-49215: CSRF Protection Bypass in symfony/ux-live-component: Accept Header is CORS-Safelisted ➡️ https://symfony.com/blog/cve-2026-49215-csrf-protection-bypass-in-symfony-ux-live-component-accept-header-is-cors-safelisted
  • 0
  • 2
  • 1
  • 7h ago

Overview

  • Pending

Pending
Published
Pending
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.

Statistics

  • 2 Posts
  • 2 Interactions

Last activity: 7 hours ago

Bluesky

Profile picture fallback
🔐 CVE-2026-49208: Format-less date LiveProps parsed with the permissive DateTime constructor ➡️ https://symfony.com/blog/cve-2026-49208-format-less-date-liveprops-parsed-with-the-permissive-datetime-constructor
  • 0
  • 2
  • 1
  • 7h ago

Overview

  • Pending

Pending
Published
Pending
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.

Statistics

  • 2 Posts
  • 2 Interactions

Last activity: 7 hours ago

Bluesky

Profile picture fallback
🔐 CVE-2026-49210: XSS in symfony/ux-live-component via attacker-controlled child component tag ➡️ https://symfony.com/blog/cve-2026-49210-xss-in-symfony-ux-live-component-via-attacker-controlled-child-component-tag
  • 0
  • 2
  • 1
  • 7h ago
Showing 1 to 10 of 79 CVEs