Lucene search
+L

41919 matches found

EUVD
EUVD
•added 2026/09/27 12:45 a.m.•8 views

EUVD-2026-87816

A vulnerability was detected in D-Link DIR-895L A1102b07. Impacted is the function tunnelsetparams of the file tunnel.c of the component L2TP Control Channel Parser. Performing a manipulation results in out-of-bounds write. The attack may be initiated remotely. The exploit is now public and may b...

9.9CVSS8AI score0.00453EPSS
SaveExploits1References6
CVE
CVE
•added 2026/09/27 12:45 a.m.•20 views

CVE-2026-100740

A vulnerability was detected in D-Link DIR-895L A1102b07. Impacted is the function tunnelsetparams of the file tunnel.c of the component L2TP Control Channel Parser. Performing a manipulation results in out-of-bounds write. The attack may be initiated remotely. The exploit is now public and may b...

9.9CVSS8AI score0.00453EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
•added 2026/09/27 12:00 a.m.•4 views

SUSE SLES16 Security Update : exiv2 (SUSE-SU-2026:23871-1)

The remote SUSE Linux SLES16 / SLESSAP16 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:23871-1 advisory. - CVE-2026-49275: Out of bounds read in CrwMap::decodeBasic bsc1277791. - CVE-2026-68546: Heap out-of-bounds read in RemoteIo when...

6.1AI score
SaveExploits0References10
Kitploit
Kitploit
•added 2026/09/26 7:48 a.m.•10 views

CVE-2026-54984

CVE-2026-54984 Windows ICCファイル解析における領域外書き込み — リモートコード実行 Zero Day Initiativeを通じて ZDI-CAN-30441 として報告され、ZDI-26-543 として公開され、2026年8月の更新サイクルでMicrosoftによって修正されました。 こんにちは、Kağan Çapar です。この脆弱性をZero Day Initiativeに報告し、同機関は2026年6月2日にMicrosoftへ開示しました。2026年8月11日 — 8月のPatch Tuesday —...

7.8CVSS7.5AI score0.00466EPSS
SaveExploits1References1
OSV
OSV
•added 2026/09/26 6:01 a.m.•7 views

RLSA-2026:71608 Important: perl-DBI security update

The perl-DBI package provides the standard database interface module for the Perl programming language. It implements a database-independent interface, meaning it defines a consistent set of methods, variables, and conventions for database operations. Security Fixes: perl-DBI: DBI for Perl: Heap...

7.3CVSS6AI score0.00493EPSS
SaveExploits0References3
Rockylinux
Rockylinux
•added 2026/09/26 6:01 a.m.•8 views

perl-DBI security update

An update is available for perl-DBI. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The perl-DBI package provides the standard database interface module for the...

9.1CVSS5.9AI score0.00493EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 5:19 a.m.•13 views

CVE-2024-21762

CVE-2024-21762 Fortinet FortiOS における境界外書き込み脆弱性 CVE-2024-21762 assetnote によるエクスプロイト PoC root@kitploit: ssldohandshakeptr = b"%60%ce%42%00%00%00%00%00" getcwdptr = b"%70%62%2c%04%00%00%00%00" pivot1 = b"%52%f7%fd%00%00%00%00%00" push rdi; pop rsp; ret; pivot2 = b"%ac%c9%ab%02%00%00%00%00" add rsp,...

9.8CVSS8.9AI score0.83428EPSS
SaveExploits14
Kitploit
Kitploit
•added 2026/09/26 4:50 a.m.•19 views

kernel-exploits

カーネルエクスプロイト さまざまなカーネルエクスプロイト CVE-2021-22555 Linux ローカルルートエクスプロイト。 theflow 氏による CVE-2021-22555 の エクスプロイト の更新版。 net/netfilter/xtables.c において、Linux v2.6.19-rc1 以降に影響するヒープの境界外書き込みが発見されました。これにより、攻撃者はユーザー名前空間を通じて権限を取得したり、DoS(ヒープメモリ破壊による)を引き起こしたりすることが可能になります。 CVE-2019-13272 Linux ローカルルートエクスプロイト。 Jann Ho...

8.3CVSS6.8AI score0.78684EPSS
SaveExploits101References5
Kitploit
Kitploit
•added 2026/09/26 1:17 a.m.•12 views

CVE-2017-5123

CVE-2017-5123 PoC CVE-2017-5123 - LPE - SMEP/SMAP のバイパス。KASLR なし アップストリームカーネルの waitid 実装では、情報結果をコピーする際のコピー先が制限されていませんでした。これにより、ローカルユーザーが通常は保護されているカーネルメモリに書き込める可能性があり、権限昇格につながる可能性があります。 はじめに この小さな writeup では、 root 権限を取得できるカーネル脆弱性を分析します。 このファイルは4つのパートに分かれています: 1. VM セットアップ; 2. 脆弱性の解析; 3. 悪用; 4. PoC...

8.8CVSS7AI score0.03714EPSS
SaveExploits12References8
Kitploit
Kitploit
•added 2026/09/26 12:46 a.m.•9 views

CVE-2015-6620-POC

CVE-2015-6620-POC-1 CVE-2015-6620-1 ANDROIDID-24123723 の1つのバグに対するPOCです。AMessageのアンマーシャルにおける任意書き込みです。2つのバグが1つのCVEに統合されており、ここではそのうちの1つのPOCを示します。 説明 root@kitploit: 533 sp AMessage::FromParcelconst Parcel &parcel 534 int32t what = parcel.readInt32; 535 sp msg = new AMessagewhat; 536 537 msg-mNumItems...

9.3CVSS6.1AI score0.01676EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 12:38 a.m.•10 views

exploits

エクスプロイト CVE-2021-22600: LinuxカーネルLPEエクスプロイト CVE-2021-3156: sudoのヒープオーバーフローによるLinuxローカル権限昇格(デモ) CVE-2021-3156: sudoのヒープオーバーフロー脆弱性に対するワンショットエクスプロイト CVE-2020-6507: V8における領域外書き込み。Chromeバージョン = 83.0.4103.97。(RCE) CVE-2020-16040: Chromeエクスプロイト、バージョン = 87.0.4280.88...

8.8CVSS7.2AI score0.99962EPSS
SaveExploits100References5
CVE
CVE
•added 2026/09/26 12:36 a.m.•8 views

CVE-2026-100504

Ghidra versions through 12.1.4 contain a stack-based out-of-bounds write vulnerability in the decompiler's leftshift128 function when processing negative shift amounts from p-code. Attackers can craft malicious binaries with specific instruction sequences that trigger the overflow when decompiled...

7.3CVSS6.1AI score0.00127EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/26 12:36 a.m.•9 views

EUVD-2026-87373

Ghidra versions through 12.1.4 contain a stack-based out-of-bounds write vulnerability in the decompiler's leftshift128 function when processing negative shift amounts from p-code. Attackers can craft malicious binaries with specific instruction sequences that trigger the overflow when decompiled...

7.3CVSS6.1AI score0.00127EPSS
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/26 12:04 a.m.•11 views

CVE-2026-17544-PoC

CVE-2026-17544 — PHP bcmath bccomp 領域外書き込み(スタック破壊) CVSS 9.8(緊急) · CWE-787 · GHSA-x692-q9x7-8c3f 概要 ext/bcmath/libbcmath/src/str2num.c(ベンダリングされた libbcmath、PHP 8.4+)の bcstr2num に、 off-by-N の領域外書き込みが存在します。ユーザー指定の scale がオペランドの自動 スケールより小さい場合、小数部が切り詰められ、その後 fractionalend を更新せずに...

9.8CVSS6AI score0.00426EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
•added 2026/09/26 12:00 a.m.•8 views

openSUSE 16: libpcre2-16-0 / libpcre2-32-0 / libpcre2-8-0 / libpcre2-posix3 / etc (openSUSE-SU-2026:21938-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21938-1 advisory. - CVE-2026-86145: missing size checks in pcre2dfamatch code can lead to an out-of-bounds write bsc1279893. - CVE-2026-89156: out-of-bounds read...

8.2CVSS6.2AI score0.00394EPSS
SaveExploits4References28
Tenable Nessus
Tenable Nessus
•added 2026/09/26 12:00 a.m.•6 views

openSUSE 16: gimp / gimp-devel / gimp-extension-goat-excercises / gimp-lang / etc (openSUSE-SU-2026:21959-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21959-1 advisory. Changes in gimp: - CVE-2026-18304: GIMP TIF File Parsing Integer Overflow Remote Code Execution Vulnerability bsc1276233 - CVE-2026-18301: GIMP...

7.8CVSS7.6AI score0.00423EPSS
SaveExploits0References33
Tenable Nessus
Tenable Nessus
•added 2026/09/26 12:00 a.m.•9 views

openSUSE 16: GraphicsMagick / GraphicsMagick-devel / libGraphicsMagick++-Q16-12 / etc (openSUSE-SU-2026:21935-1)

The remote openSUSE 16 host has packages installed that are affected by a vulnerability as referenced in the openSUSE- SU-2026:21935-1 advisory. This update for GraphicsMagick fixes the following issue: - CVE-2025-55154: integer overflow when performing magnified size calculations in...

8.8CVSS7.8AI score0.00961EPSS
SaveExploits1References3
Kitploit
Kitploit
•added 2026/09/25 11:51 p.m.•15 views

exploitarium

https://discord.gg/WytKH65ZR 研究、ヘルプ、ドキュメント、その他興味のある方に役立つ情報については、こちらからご参加ください。 声明 このリポジトリは公開時点では不完全でした。...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/25 11:44 p.m.•12 views

icicle

MSP430 クラッシュ分析 Icicle によって MSP430 バイナリ内で発見されたクラッシュ。 | ターゲット| 説明 ---|---|--- I03| Goodwatch| dmesgbuffer への書き込み時の誤った比較 I04| Goodwatch| メッセージ長ゼロ I05| Goodwatch| RNGオーバーフロー I06| Goodwatch| OOKキープレスにおける範囲外アクセス I07| Goodwatch| ストップウォッチにおける範囲外アクセス I08| Goodwatch| 曜日表示時の範囲外アクセス I09| Goodwatch|...

6AI score
SaveExploits0
NVD
NVD
•added 2026/09/25 9:17 p.m.•10 views

CVE-2026-10758

Esri LERC is an open-source image or raster format which supports rapid encoding and decoding for any pixel type. A Heap based Out-of-Bounds Write via Integer Overflow in LERC versions 4.1.0 and earlier may allow a remote, unauthenticated attacker who can pass specifically crafted attacker...

7.5CVSS0.00327EPSS
SaveExploits0References1
Rows per page
Query Builder