Lucene search
+L

828 matches found

Kitploit
Kitploit
added 2026/08/25 4:10 a.m.29 views

roca

ROCA detection tool This tool is related to ACM CCS 2017 conference paper 124 Return of the Coppersmith’s Attack: Practical Factorization of Widely Used RSA Moduli. It enables you to test public RSA keys for a presence of the described vulnerability. Update 4.11.2017 : Python 2.7, 3.4+ supported...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/24 6:09 a.m.3 views

deep-C

Deep-C Deep-C è un Android Deep Link Exploitation Framework che decompila automaticamente APK, identifica punti di ingresso esposti e insicuri dei deep link, verifica l'exploitabilità utilizzando analisi statica e verifica AI opzionale , e genera adb Proof-of-Concepts PoCs eseguibili. Deep-C è...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/24 1:31 a.m.883 views

httptoolkit

HTTP Toolkit...

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/23 2:40 p.m.4 views

melange

melange Crea pacchetti apk utilizzando pipeline dichiarative. Comunemente usato per fornire pacchetti personalizzati per immagini container costruite con apko. La maggior parte degli apk è costruita per l'uso con gli ecosistemi Wolfi o Alpine Linux. Caratteristiche principali: Build orientate all...

5.4AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/21 4:35 a.m.3 views

super

SUPER Android Analyzer Analizzatore Android Rust: Sicuro, Unificato, Potente ed Estensibile SUPER è un'applicazione a riga di comando utilizzabile su Windows, macOS X e Linux, che analizza file .apk alla ricerca di vulnerabilità. Lo fa decomprimendo gli APK e applicando una serie di regole per...

5.6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/21 3:53 a.m.3 views

Adhrit

Adhrit è una suite open source per il reversing e l'analisi di APK Android. Lo strumento è nato per trovare una soluzione efficiente a tutte le esigenze del testing di sicurezza mobile e dell'automazione. Adhrit è stato sviluppato con un focus sulla flessibilità e la modularizzazione. Attualmente...

5.3AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/08/21 3:43 a.m.5 views

keyfinder

Überblick Installation Keyfinder Verwendung Schlüssel-Parsing Einfaches Beispiel Ausführliche Ausgabe APK-Parsing Einfaches APK-Beispiel crt.sh Prüfung Schlüsseldatei Verwendung Überblick CERT Keyfinder ist ein Dienstprogramm zum Auffinden und Analysieren von Schlüsseldateien auf einem Dateisyste...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/21 3:10 a.m.25 views

reposaur

Reposaur Reposaur is the open source compliance tool for development platforms. Audit, verify and report on your data and configurations easily with pre-defined and/or custom policies. Supports GitHub. GitLab, BitBucket and Gitea support soon. ⚠️ before 1.0.0 expect some bugs and API changes ⚠️...

5.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/20 9:01 p.m.2 views

LazyDroid

Lazydroid 0.4 von Dani Martinez @dan1t0 Lazydroid ist ein als Bash-Skript geschriebenes Tool, das einige Aspekte eines Android-Assessments erleichtert. Es bietet einige gängige Aufgaben wie: Das Debug-Flag einer Anwendung auf true setzen Das Backup-Flag einer Anwendung auf true setzen Die Anwendu...

5.5AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/18 6:01 p.m.8 views

MobSF's CSRF checks not enforced after Django migration

Summary Django's CsrfViewMiddleware exists only in the deprecated MIDDLEWARECLASSES ignored since Django 2.0. The active MIDDLEWARE tuple does not include it. All authenticated web POST endpoints delete scan, upload, download APK, change password, manage users accept requests without CSRF tokens...

6.5CVSS5.4AI score0.00193EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/18 6:01 p.m.10 views

MobSF has SSRF port restriction bypass in assetlinks_check

Summary MobSF's Android App Link assetlinks checker validates only the manifest android:host value with validhost, but then appends the separate android:port value into the URL used for the server-side request. This bypasses the current port restriction in validhost and lets a crafted APK cause...

3CVSS5.7AI score0.00262EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/18 6:00 p.m.10 views

MobSF Vulnerable to Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

Summary When extracting uploaded ZIP/APK files, MobSF checks if individual files exceed ZIPMAXUNCOMPRESSEDFILESIZE 400 MB and logs "Skipping" — but the code lacks a continue statement, so extraction proceeds anyway. The log message is misleading; the file is still written to disk. Verified Impact...

4.9CVSS5.5AI score0.00417EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/08/18 5:48 p.m.16 views

CVE-2026-68927

MobSF (Mobile Security Framework) prior to 4.5.1 contains an SSRF port restriction bypass in the Android App Link assetlinks checker. The function get_browsable_activities in manifest_analysis.py validates only the android:host value via valid_host(), but appends a separately supplied android:por...

3CVSS5.3AI score0.00262EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/18 5:46 p.m.9 views

CVE-2026-68924 MobSF: Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS5.3AI score0.00417EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 5:46 p.m.8 views

EUVD-2026-61131

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS5.3AI score0.00417EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 5:46 p.m.21 views

CVE-2026-68924 MobSF: Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS0.00417EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 5:46 p.m.8 views

CVE-2026-68924 MobSF: Zip Bomb Denial of Service via Per-File Size Limit Bypass in ZIP/APK Extraction

MobSF is a mobile application security testing tool used. Prior to 4.5.1, the unzip function in mobsf/StaticAnalyzer/views/common/sharedfunc.py logs that an archive member exceeding ZIPMAXUNCOMPRESSEDFILESIZE is being skipped but does not continue to the next member, so an authenticated user can...

4.9CVSS5.4AI score
SaveExploits0References6
NVD
NVD
added 2026/08/13 2:17 p.m.9 views

CVE-2026-48702

Rekor is a software supply chain transparency log. Starting in version 0.3.0 and prior to version 1.5.2, the Package.Unmarshal function in pkg/types/alpine/apk.go decompresses the signature and control gzip members of an APK file into in-memory buffers without bounding the total decompressed size...

7.5CVSS0.00324EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/13 1:14 p.m.24 views

CVE-2026-48702 Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic

Rekor is a software supply chain transparency log. Starting in version 0.3.0 and prior to version 1.5.2, the Package.Unmarshal function in pkg/types/alpine/apk.go decompresses the signature and control gzip members of an APK file into in-memory buffers without bounding the total decompressed size...

7.5CVSS0.00324EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/13 1:14 p.m.88 views

CVE-2026-48702

CVE-2026-48702 : Rekor before 1.5.2 decompresses APK signatures in Alpine APK parsing without bounding the total decompressed size, enabling a decompression bomb via gzip with extreme ratios. Attackers can trigger unbounded heap allocation during requests to unauthenticated endpoints POST /api/v1...

7.5CVSS8.2AI score0.00324EPSS
SaveExploits0References1
Rows per page
Query Builder