CVE
4.33K subscribers
53 photos
17 videos
122 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-2026-15410.zip
5.5 KB
CVE-2026-15410
โค3
Forwarded from โธ™๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹๊ ‹ Moonfox ๐Ÿ’€
Shells disponibles

โœ… Joomla Shells
โœ… WordPress Shells

Contact: @Mm_fit
๐Ÿค—4โค2๐Ÿ”ฅ1
CVE pinned a photo
CVE-2025-54793.zip
3.1 KB
CVE-2025-54793

Astro is a web framework for content-driven websites. In versions 5.2.0 through 5.12.7, there is an Open Redirect vulnerability in the trailing slash redirection logic when handling paths with double slashes. This allows an attacker to redirect users to arbitrary external domains by crafting URLs such as https://mydomain.com//malicious-site.com/. This increases the risk of phishing and other social engineering attacks. This affects sites that use on-demand rendering (SSR) with the Node or Cloudflare adapters. It does not affect static sites, or sites deployed to Netlify or Vercel. This issue is fixed in version 5.12.8. To work around this issue at the network level, block outgoing redirect responses with a Location header value that starts with //.
โค2โšก2
CVE-2026-43074.zip
24.4 KB
CVE-2026-43074
โค1
CVE-2026-63030.zip
15.3 KB
CVE-2026-63030
โค1
A new exploit that works on over 50 WordPress themes is launching soon! ๐Ÿ”ฅ ๐Ÿš€
For sale only โญ๏ธ

Channel= https://t.iss.one/cve0day โœ…
๐Ÿ”ฅ4
CVE-2026-41940.zip
4.2 KB
CVE-2026-41940

cPanel and WHM versions after 11.40 contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized access to the control panel.
โค4
CVE-2026-6875.zip
57.7 KB
CVE-2026-6875
โค2
CVE-2025-8110.zip
6.2 KB
CVE-2025-8110

Improper Symbolic link handling in the PutContents API in Gogs allows Local Execution of Code.
โค1
CVE-2025-32432.zip
16.4 KB
CVE-2025-32432

Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. Starting from version 3.0.0-RC1 to before 3.9.15, 4.0.0-RC1 to before 4.14.15, and 5.0.0-RC1 to before 5.6.17, Craft is vulnerable to remote code execution. This is a high-impact, low-complexity attack vector. This issue has been patched in versions 3.9.15, 4.14.15, and 5.6.17, and is an additional fix for CVE-2023-41892.
CVE-2026-52813.zip
23.3 KB
CVE-2026-52813

Gogs is an open source self-hosted Git service. Prior to 0.14.3, organization names containing path traversal sequences (../) are accepted by Gogs, and repositories under them are written to paths following these path traversals. This allows storing/retrieving data for repositories at arbitrary locations on the filesystem. By creating nested structure of Git repositories, one can overwrite the other's hooks configuration to result in Remote Code Execution (RCE). This vulnerability is fixed in 0.14.3.
Hey Hunter's,
DarkShadow is here back again!

๐Ÿ’€File upload extension bypass new methodโœ…

in media upload section you can upload files like: .png .jpg .txt .mov

but if you upload any php file it block: .php .jpg.php .php7 .shtml

The bypass is: ".php " (just add a simple space after .php)


This is a very effective and simple way to bypass file upload vulnerbaility. so guy's if you really enjoy to read my methods show your love โค๏ธ

Don't forget to follow me: x.com/darkshadow2bd

#bugbountytips #bypass
โค9โคโ€๐Ÿ”ฅ3๐ŸŽ‰1
CVE-2026-41179.zip
2.7 KB
CVE-2026-41179

Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Starting in version 1.48.0 and prior to version 1.73.5, the RC endpoint operations/fsinfo is exposed without AuthRequired: true and accepts attacker-controlled fs input. Because rc.GetFs(...) supports inline backend definitions, an unauthenticated attacker can instantiate an attacker-controlled backend on demand. For the WebDAV backend, bearer_token_command is executed during backend initialization, making single-request unauthenticated local command execution possible on reachable RC deployments without global HTTP authentication. Version 1.73.5 patches the issue.
โค3
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