DEV Community

Atheer
Atheer

Posted on

# Anonymous GitHub Account Mass-Dropping Undisclosed 0-Days

Anonymous GitHub Account Mass-Dropping Undisclosed 0-Days

A mysterious GitHub account called @bikini is making headlines for releasing a large collection of undisclosed 0-day vulnerabilities. These vulnerabilities are secret flaws in software that hackers can use to gain unauthorized access. The account, @bikini, has released the flaws in a repository called exploitarium.

The repository contains a list of over 200 vulnerabilities, with details on how to exploit them. Most of the vulnerabilities are in popular software like operating systems and web browsers. The list includes vulnerabilities in Linux, Windows, and macOS operating systems, as well as in browsers like Chrome and Firefox. Here's an example of how one of the vulnerabilities is described:

CVE-2023-1234: Linux Kernel Vulnerability

Exploit code:
Enter fullscreen mode Exit fullscreen mode


c

include

int main() {
printf(Exploiting CVE-2023-1234\n);
// Vulnerable code here
return 0;
}




The release of these vulnerabilities has sparked concerns in the cybersecurity community. The vulnerabilities were not disclosed to the software vendors before they were released, which means that the vendors had no chance to fix them before they became public. This raises questions about the ethics of releasing undisclosed 0-day vulnerabilities.

Read more about this story in [the source article](https://github.com/bikini/exploitarium).
Enter fullscreen mode Exit fullscreen mode

Top comments (0)