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:Linux kernel是美国Linux基金会发布的开源操作系统Linux所使用的内核。 Linux kernel 4.14.8及之前的版本中的kernel/bpf/verifier.c文件的‘check_alu_op’函数存在安全漏洞。本地攻击者可利用该漏洞造成拒绝服务(内存损坏)。
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. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.