Exploits from Github
701 subscribers
1 photo
1.02K files
3.99K links
Download Telegram
CVE-2024-29943.zip
1.2 MB
CVE-2024-29943
Author: seadragnol

An attacker was able to perform an out-of-bounds read or write on a JavaScript object by fooling range-based bounds check elimination. This vulnerability affects Firefox < 124.0.1.

GitHub Link:
https://github.com/seadragnol/CVE-2024-29943
CVE-2022-37969.zip
3.7 MB
CVE-2022-37969
Author: EmilC3978

Windows Common Log File System Driver Elevation of Privilege Vulnerability. This CVE ID is unique from CVE-2022-35803.

GitHub Link:
https://github.com/EmilC3978/CVE-2022-37969PoC
CVE-2024-6387.zip
3.9 MB
CVE-2024-6387
Author: arielrbrdev

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/arielrbrdev/redteamlab1
CVE-2024-32019.zip
2.6 KB
CVE-2024-32019
Author: julichaan

Netdata is an open source observability tool. In affected versions the ndsudo tool shipped with affected versions of the Netdata Agent allows an attacker to run arbitrary programs with root permissions. The ndsudo tool is packaged as a root-owned executable with the SUID bit set. It only runs a restricted set of external commands, but its search paths are supplied by the PATH environment variable. This allows an attacker to control where ndsudo looks for these commands, which may be a path the attacker has write access to. This may lead to local privilege escalation. This vulnerability has been addressed in versions 1.45.3 and 1.45.2-169. Users are advised to upgrade. There are no known workarounds for this vulnerability.

GitHub Link:
https://github.com/julichaan/CVE-2024-32019-ndsudo-local-privilege-escalation-NetData
CVE-2021-41773.zip
2.7 KB
CVE-2021-41773
Author: faizdotid

A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue is known to be exploited in the wild. This issue only affects Apache 2.4.49 and not earlier versions. The fix in Apache HTTP Server 2.4.50 was found to be incomplete, see CVE-2021-42013.

GitHub Link:
https://github.com/faizdotid/CVE-2021-41773