CVE
4.34K subscribers
53 photos
17 videos
123 files
184 links
🔐 CVE | Cyber ​​Vulnerabilities Exchange

Group dedicated to sharing and discussing CVEs, zero-days, critical vulnerabilities, exploits, PoCs, and technical analyses of offensive and defensive security.

🟢 Think. Break. Secure.
BY: @Mm_fit

#cve
Download Telegram
CVE-2025-26466.zip
5.9 KB
CVE-2025-26466

A flaw was found in the OpenSSH package. For each ping packet the SSH server receives, a pong packet is allocated in a memory buffer and stored in a queue of packages. It is only freed when the server/client key exchange has finished. A malicious client may keep sending such packages, leading to an uncontrolled increase in memory consumption on the server side. Consequently, the server may become unavailable, resulting in a denial of service attack.
CVE-2026-57827.zip
11.7 KB
CVE-2026-57827
CVE-2026-33937.zip
3.5 KB
CVE-2026-33937

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, Handlebars.compile() accepts a pre-parsed AST object in addition to a template string. The value field of a NumberLiteral AST node is emitted directly into the generated JavaScript without quoting or sanitization. An attacker who can supply a crafted AST to compile() can therefore inject and execute arbitrary JavaScript, leading to Remote Code Execution on the server. Version 4.7.9 fixes the issue. Some workarounds are available. Validate input type before calling Handlebars.compile(); ensure the argument is always a string, never a plain object or JSON-deserialized value. Use the Handlebars runtime-only build (handlebars/runtime) on the server if templates are pre-compiled at build time; compile() will be unavailable.
1
CVE-2026-59941.zip
4.8 KB
CVE-2026-59941
CVE-2026-46243.zip
1.7 KB
CVE-2026-46243

In the Linux kernel, the following vulnerability has been resolved:

smb: client: reject userspace cifs.spnego descriptions

cifs.spnego key descriptions contain authority-bearing fields such as
pid, uid, creduid, and upcalltarget that cifs.upcall treats as
kernel-originating inputs. However, userspace can also create keys of
this type through requestkey(2) or addkey(2), allowing those fields to
be supplied without CIFS origin.

Only accept cifs.spnego descriptions while CIFS is using its private
spnegocred to request the key.
1
CVE-2026-17566.zip
6.7 KB
CVE-2026-17566
CVE-2026-65058.zip
36.1 KB
CVE-2026-65058
CVE-2026-34980.zip
3.6 KB
CVE-2026-34980
CVE-2025-68645.zip
636 B
CVE-2025-68645

A Local File Inclusion (LFI) vulnerability exists in the Webmail Classic UI of Zimbra Collaboration (ZCS) 10.0 and 10.1 because of improper handling of user-supplied request parameters in the RestFilter servlet. An unauthenticated remote attacker can craft requests to the /h/rest endpoint to influence internal request dispatching, allowing inclusion of arbitrary files from the WebRoot directory.
CVE-2026-64638.zip
37.4 KB
CVE-2026-64638
CVE-2026-64561.zip
7 KB
CVE-2026-64561
CVE-2026-63077.zip
8.7 KB
CVE-2026-63077
CVE-2026-27912.zip
14.5 KB
CVE-2026-27912

Improper authorization in Windows Kerberos allows an authorized attacker to elevate privileges over an adjacent network.