Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2017-16995 PoC — Linux kernel 安全漏洞

Source
Associated Vulnerability
Title:Linux kernel 安全漏洞 (CVE-2017-16995)
Description:The check_alu_op function in kernel/bpf/verifier.c in the Linux kernel through 4.4 allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact by leveraging incorrect sign extension.
Description
Berisi 2 program C dari exploitDB untuk melakukan privillage eskalation untuk ubuntu 16.04
Readme
Oke, berikut contoh README.md yang sesuai dengan repositori di gambar tersebut:

````markdown
# CVE-2017-16995

Repositori ini berisi 2 program exploit dalam bahasa C dari [ExploitDB](https://www.exploit-db.com/) untuk melakukan privilege escalation pada **Ubuntu 16.04** dengan memanfaatkan kerentanan **CVE-2017-16995**.

## 📂 Daftar File
- **44298.c**  
- **45010.c**  

Keduanya adalah exploit dengan metode berbeda yang dapat digunakan untuk mendapatkan akses root dari user biasa.

---

## ⚙️ Cara Kompilasi
Gunakan `gcc` untuk mengompilasi file C menjadi binary. Contoh:

```bash
gcc -o exploit1 44298.c
gcc -o exploit2 45010.c
````

Atau jika ingin menggunakan nama output yang sama untuk percobaan cepat:

```bash
gcc -o a 44298.c
./a
```

---

## 🚀 Cara Menjalankan

1. Pastikan file sudah dikompilasi.
2. Jalankan binary:

```bash
./exploit1
```

atau

```bash
./exploit2
```

3. Jika berhasil, Anda akan mendapatkan shell dengan hak akses root.


## ⚠️ Disclaimer

> Eksploit ini hanya untuk tujuan pembelajaran dan pengujian di lingkungan **lab** atau **CTF**. Jangan digunakan pada sistem tanpa izin, karena dapat melanggar hukum.

File Snapshot

[4.0K] /data/pocs/300d8247926842256051e2542a2bee8f9c334fe9 ├── [5.9K] 44298.c ├── [ 13K] 45010.c └── [1.1K] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →