Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-2961 — CVE-2024–2961 Security Issue Mitigation Script | Kitploit
Tools/GitHubGitHub/rvzsec/cve-2024-2961
Vulnerability ScannersVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubrvzsec/cve-2024-2961

CVE-2024-2961

CVE-2024–2961 Security Issue Mitigation Script

View Repository
52 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-2961

CVE-2024–2961 Security Issue Mitigation Script

poc

Description

This repository contains a Bash script to check and mitigate the buffer overflow vulnerability identified in GNU libc (glibc) versions 2.39 and older, known as CVE-2024-2961. This vulnerability affects PHP when the iconv function is used to translate request encodings to/from certain Chinese Extended encodings (ISO-2022-CN-EXT). If exploited, it can lead to potential wide-ranging impacts.

Usage

Prerequisites

  • Ensure you have the necessary permissions to modify system configuration files.
  • The script requires basic utilities such as ldd, iconv, grep, and find to be available on your system.

Running the Script

root@kitploit:~
git clone https://github.com/yourusername/CVE-2024-2961
cd CVE-2024-2961
chmod +x fix.sh
sudo ./fix.sh
Download Tool