Lucene search
+L

520 matches found

Kitploit
Kitploit
added 2026/08/28 3:17 a.m.3 views

exploit-CVE-2021-22204

Exploit per CVE-2021-22204 ExifTool - Esecuzione Arbitraria di Codice Ti piace questo repo? Dacci una ⭐! Solo per scopi educativi e di ricerca sulla sicurezza autorizzata. Autore dell'Exploit @UNICORDev di @NicPWNs e @Dev-Yeoj Descrizione della Vulnerabilità La mancata neutralizzazione dei dati...

7.8CVSS7AI score0.99981EPSS
SaveExploits38References2
Kitploit
Kitploit
added 2026/08/27 5:33 p.m.3 views

Samsung-CVE-2025-21042

🔐 CVE-2025-21042 — Esecuzione di codice remoto nel codec immagini Samsung ⚙️ Cos'è Una vulnerabilità critica nella libreria di elaborazione immagini di Samsung libimagecodec.quram.so — utilizzata sui dispositivi Galaxy Android. 🧩 È un difetto di scrittura fuori dai limiti out-of-bounds write...

9.8CVSS8.3AI score0.3317EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/26 10:26 p.m.3 views

CVE-2021-22204

CVE-2021-22204 Beschreibung Die unzureichende Neutralisierung von Benutzerdaten im DjVu-Dateiformat in ExifTool Versionen 7.44 und höher ermöglicht die Ausführung beliebigen Codes beim Parsen der bösartigen Bilddatei. Skript Skript-Link Skriptnutzung: Systembefehl: root@kitploit: bash...

7.8CVSS7.5AI score0.99981EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/08/26 8:26 p.m.5 views

CVE-2021-22204

CVE-2021-22204 Resumo do CVE A sanitização inadequada dos dados do usuário no formato de arquivo DjVu no ExifTool versões 7.44 e superiores permite a execução arbitrária de código ao analisar a imagem maliciosa. Versões Afetadas Versão 7.44 - 12.23 Anomalias Dependências: djvulibre-bin exiftool...

7.8CVSS7.5AI score0.99981EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/08/25 4:55 p.m.2 views

adiskreader-secretsdump

🚩 Sponsor Se ti piace questo progetto, considera l'acquisto di licenze di OctoPwn, la nostra suite completa di pentesting che gira nel tuo browser! Per notifiche su nuove build/versioni e altre informazioni, unisciti al nostro Discord adiskreader-secretsdump Estrai i segreti del registro e NTDS d...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/24 5:05 p.m.2 views

CVE-2022-44268-automated-poc

CVE-2022-44268 ImageMagick Lecture Arbitraire de Fichiers poc Entièrement Automatisé ⚙ Une vulnérabilité de divulgation d'informations qui pourrait être exploitée pour lire des fichiers arbitraires depuis un serveur lors de l'analyse d'une image. Version d'ImageMagick concernée root@kitploit:...

6.5CVSS7.6AI score0.89855EPSS
SaveExploits28
CVE
CVE
added 2026/08/24 4:28 p.m.16 views

CVE-2026-78465

An integer overflow in the file-pcx plugin of GIMP affects 32-bit builds only . When a crafted PCX image file sets the number of color planes to 4 alongside sufficiently large dimensions, the memory allocation size calculation exceeds the 32-bit integer limit, producing an undersized heap buffer ...

7CVSS6.6AI score0.00137EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/20 12:42 p.m.9 views

CVE-2026-77118

A heap out-of-bounds write exists in the Photo CD PCD decoder of GraphicsMagick. In DecodeImage coders/pcd.c, the Huffman delta loop advances its output pointer with q++ after every decoded delta and never checks it against the end of the heap-allocated luma/chroma plane buffers. The pointer is...

8.4CVSS5.3AI score0.00131EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 7:30 p.m.5 views

MINI-CV28-GHF4-WGHC

Bulletin has no description...

6.1CVSS4.9AI score0.0031EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 1:18 p.m.7 views

DEBIAN-CVE-2026-74552

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Only report alarms if driver is ready Userspace can read sysfs attributes before driver registration is complete, immediately after devmhwmondeviceregisterwithinfo has been called. At that time, data-hwmondev is not y...

5.3AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

DEBIAN-CVE-2026-74407

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: cancel SSR work items during PCI shutdown A reboot can crash the kernel if it overlaps with WLAN firmware crash recovery SSR. The crash is a NULL pointer dereference in the MHI teardown path while freeing DMA-backed...

8.8CVSS5.4AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.7 views

DEBIAN-CVE-2026-74314

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields on map value recycle Map update and delete paths currently call bpfobjfreefields when a value is being replaced or recycled. That makes field destruction depend on the context of the update/delete...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

DEBIAN-CVE-2026-72491

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in transrdma.c The rdma-state field is modified without holding reqlock in both recvdone and p9cmeventhandler, while rdmarequest accesses the same field under the reqlock spinlock. This...

9.8CVSS5.5AI score0.00724EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.3 views

DEBIAN-CVE-2026-72405

In the Linux kernel, the following vulnerability has been resolved: net: udptunnel: prevent double queueing in udptunnelnicdevicesync Yue Sun reported a use-after-free and debugobjects warning in udptunnelnicdevicesyncwork during concurrent device operations. The workqueue core clears the interna...

7.8CVSS5.5AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

DEBIAN-CVE-2026-72266

In the Linux kernel, the following vulnerability has been resolved: fbdev: vesafb: fix memory leak in vesafbprobe Since commit 73ce73c30ba9 "fbdev: Transfer video= option strings to caller; clarify ownership" the string returned from fbgetoptions is expected to be freed by the caller. But the...

5.3AI score0.002EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.7 views

FreeBSD : OpenEXR -- 3.4.14 fixes multiple vulnerabilities (56449320-97c5-11f1-84d7-3c7c3fba4204)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the 56449320-97c5-11f1-84d7-3c7c3fba4204 advisory. Cary Phillips reports: The OpenEXR 3.4.14 release addresses the following security...

7.1CVSS5.5AI score0.00314EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2026/08/13 5:11 p.m.14 views

Important: Red Hat Security Advisory: compat-libtiff3 security update

An update for compat-libtiff3 is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability...

7.3CVSS5.7AI score0.00433EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/13 4:40 p.m.7 views

Important: Red Hat Security Advisory: compat-libtiff3 security update

An update for compat-libtiff3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Important. A Common...

7.3CVSS5.7AI score0.00433EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/08/12 2:23 p.m.21 views

Exploit for Out-of-bounds Write in Apple Ipados

CVE-2026-28956 Donate Support the maintenance of this pro...

6.5CVSS5.6AI score0.00453EPSS
SaveExploits2
OSV
OSV
added 2026/08/10 1:20 p.m.4 views

DEBIAN-CVE-2026-68224

In the Linux kernel, the following vulnerability has been resolved: media: mali-c55: Fix possible ERRPTR in enablestreams The mediapadremotepadunique function returns either a valid pointer or an ERRPTR on failure -ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found. The...

5.2AI score0.00198EPSS
SaveExploits0References1
Rows per page
Query Builder