Exploits from Github
531 subscribers
1 photo
608 files
3.54K links
Download Telegram
CVE-2025-24204.zip
255.1 KB
CVE-2025-24204
Author: 34306

The issue was addressed with improved checks. This issue is fixed in macOS Sequoia 15.4. An app may be able to access protected user data.

GitHub Link:
https://github.com/34306/decrypted
CVE-2021-21974.zip
4.4 KB
CVE-2021-21974
Author: abirasecurity

OpenSLP as used in ESXi (7.0 before ESXi70U1c-17325551, 6.7 before ESXi670-202102401-SG, 6.5 before ESXi650-202102101-SG) has a heap-overflow vulnerability. A malicious actor residing within the same network segment as ESXi who has access to port 427 may be able to trigger the heap-overflow issue in OpenSLP service resulting in remote code execution.

GitHub Link:
https://github.com/abirasecurity/CVE-2021-21974vulndectection
CVE-2025-24813.zip
17 KB
CVE-2025-24813
Author: Makavellik

Path Equivalence: 'file.Name' (Internal Dot) leading to Remote Code Execution and/or Information disclosure and/or malicious content added to uploaded files via write enabled Default Servlet in Apache Tomcat.

This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.2, from 10.1.0-M1 through 10.1.34, from 9.0.0.M1 through 9.0.98.

If all of the following were true, a malicious user was able to view security sensitive files and/or inject content into those files:
- writes enabled for the default servlet (disabled by default)
- support for partial PUT (enabled by default)
- a target URL for security sensitive uploads that was a sub-directory of a target URL for public uploads
- attacker knowledge of the names of security sensitive files being uploaded
- the security sensitive files also being uploaded via partial PUT

If all of the following were true, a malic...
CVE-2025-24799.zip
8.7 KB
CVE-2025-24799
Author: Rosemary1337

GLPI is a free asset and IT management software package. An unauthenticated user can perform a SQL injection through the inventory endpoint. This vulnerability is fixed in 10.0.18.

GitHub Link:
https://github.com/Rosemary1337/CVE-2025-24799
CVE-2022-22077.zip
42.6 KB
CVE-2022-22077
Author: grisuno

Memory corruption in graphics due to use-after-free in graphics dispatcher logic in Snapdragon Mobile

GitHub Link:
https://github.com/grisuno/CVE-2022-22077
CVE-2024-6387.zip
4.5 KB
CVE-2024-6387
Author: moften

A signal handler race condition was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog().

GitHub Link:
https://github.com/moften/regreSSHion-CVE-2024-6387
CVE-2025-30208.zip
20.5 KB
CVE-2025-30208
Author: Dany60-98

Vite, a provider of frontend development tooling, has a vulnerability in versions prior to 6.2.3, 6.1.2, 6.0.12, 5.4.15, and 4.5.10. @fs denies access to files outside of Vite serving allow list. Adding ?raw?? or ?import&raw?? to the URL bypasses this limitation and returns the file content if it exists. This bypass exists because trailing separators such as ? are removed in several places, but are not accounted for in query string regexes. The contents of arbitrary files can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. Versions 6.2.3, 6.1.2, 6.0.12, 5.4.15, and 4.5.10 fix the issue.

GitHub Link:
https://github.com/Dany60-98/CVE-2025-30208-EXP
CVE-2025-48384.zip
2.2 KB
CVE-2025-48384
Author: EdwardYeIntrix

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When reading a config value, Git strips any trailing carriage return and line feed (CRLF). When writing a config entry, values with a trailing CR are not quoted, causing the CR to be lost when the config is later read. When initializing a submodule, if the submodule path contains a trailing CR, the altered path is read resulting in the submodule being checked out to an incorrect location. If a symlink exists that points the altered path to the submodule hooks directory, and the submodule contains an executable post-checkout hook, the script may be unintentionally executed after checkout. This vulnerability is fixed in v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, v2.49.1, and v2.50.1.

Git...
CVE-2018-16763.zip
2.6 KB
CVE-2018-16763
Author: B7T3

FUEL CMS 1.4.1 allows PHP Code Evaluation via the pages/select/ filter parameter or the preview/ data parameter. This can lead to Pre-Auth Remote Code Execution.

GitHub Link:
https://github.com/B7T3/CVE-2018-16763FuelCMS-1.4.1RCE
CVE-2018-16763.zip
2.6 KB
CVE-2018-16763
Author: B7T3

FUEL CMS 1.4.1 allows PHP Code Evaluation via the pages/select/ filter parameter or the preview/ data parameter. This can lead to Pre-Auth Remote Code Execution.

GitHub Link:
https://github.com/B7T3/CVE-2018-16763FuelCMS-1.4.1RCE
CVE-2025-48384.zip
2.2 KB
CVE-2025-48384
Author: EdwardYeIntrix

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When reading a config value, Git strips any trailing carriage return and line feed (CRLF). When writing a config entry, values with a trailing CR are not quoted, causing the CR to be lost when the config is later read. When initializing a submodule, if the submodule path contains a trailing CR, the altered path is read resulting in the submodule being checked out to an incorrect location. If a symlink exists that points the altered path to the submodule hooks directory, and the submodule contains an executable post-checkout hook, the script may be unintentionally executed after checkout. This vulnerability is fixed in v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, v2.49.1, and v2.50.1.

Git...
CVE-2022-22077.zip
42.6 KB
CVE-2022-22077
Author: grisuno

Memory corruption in graphics due to use-after-free in graphics dispatcher logic in Snapdragon Mobile

GitHub Link:
https://github.com/grisuno/CVE-2022-22077
CVE-2024-6387.zip
4.5 KB
CVE-2024-6387
Author: moften

A signal handler race condition was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog().

GitHub Link:
https://github.com/moften/regreSSHion-CVE-2024-6387
CVE-2025-30208.zip
20.5 KB
CVE-2025-30208
Author: Dany60-98

Vite, a provider of frontend development tooling, has a vulnerability in versions prior to 6.2.3, 6.1.2, 6.0.12, 5.4.15, and 4.5.10. @fs denies access to files outside of Vite serving allow list. Adding ?raw?? or ?import&raw?? to the URL bypasses this limitation and returns the file content if it exists. This bypass exists because trailing separators such as ? are removed in several places, but are not accounted for in query string regexes. The contents of arbitrary files can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected. Versions 6.2.3, 6.1.2, 6.0.12, 5.4.15, and 4.5.10 fix the issue.

GitHub Link:
https://github.com/Dany60-98/CVE-2025-30208-EXP