Lucene search
+L

252 matches found

Kitploit
Kitploit
added 2026/09/03 3:01 a.m.3 views

confusable-vision

confusable-vision Empirical glyph similarity scoring using vector-outline raycasting. Renders Unicode confusable character pairs across 245 system fonts, measures structural similarity from font outlines directly no rasterization, and produces scored JSON artifacts with per-font continuous distan...

6AI score
SaveExploits0References20
Kitploit
Kitploit
added 2026/09/02 5:46 p.m.3 views

hakoriginfinder

hakoriginfinder Outil pour découvrir l'hôte d'origine derrière un proxy inverse. Utile pour contourner les WAF et autres proxys inverses. Comment ça marche ? Cet outil effectue d'abord une requête HTTP vers le nom d'hôte/URL que vous fournissez et stocke la réponse, puis il effectue une requête...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 5:46 p.m.34 views

hakoriginfinder

hakoriginfinder Tool for discovering the origin host behind a reverse proxy. Useful for bypassing WAFs and other reverse proxies. How does it work? This tool will first make a HTTP request to the hostname/URL that you provide and store the response, then it will make a request to every IP address...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 3:10 p.m.3 views

telegram-nearby-map

Telegram Nearby Map Telegram Nearby Map utilise OpenStreetMap et la bibliothèque officielle de Telegram pour trouver la position des utilisateurs à proximité. Veuillez noter : L'API de Telegram a été mise à jour il y a quelque temps pour rendre les distances des utilisateurs à proximité moins...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/02 6:18 a.m.4 views

AudioCaptchaBypass-CVE-2008-2019

Exploit pour CVE-2008-2019 - Simple Machines Form SMF 1.1.4 et inférieur. SMF utilise un captcha audio composé d'une voix féminine énonçant chaque lettre de l'alphabet. L'utilisateur qui pourrait être aveugle doit taper ces lettres pour passer le défi-réponse. La vulnérabilité identifiée par...

7.5CVSS5.9AI score0.04054EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 6:35 p.m.4 views

ALYCON-Threat-Landscape

ALYCON: Advanced Threat Landscape Analysis Multi-Domain Threat Detection using Information-Theoretic Phase Space Analysis Overview ALYCON phase space visualization showing multi-domain threat detection and anomaly classification. Framework: Training-free, universal anomaly detection using Shannon...

5.9AI score
SaveExploits0References2
OSV
OSV
added 2026/07/13 2:20 p.m.7 views

PYSEC-2026-3130 TensorFlow vulnerable to integer overflow in EditDistance

Impact TFversion 2.11.0 //tensorflow/core/ops/arrayops.cc:1067 const Tensor hypothesisshapet = c-inputtensor2; std::vector dimshypothesisshapet-NumElements - 1; for int i = 0; i MakeDimstd::maxhvaluesi, tvaluesi; if hypothesisshapet is empty, hypothesisshapet-NumElements - 1 will be integer...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 2:20 p.m.12 views

PYSEC-2026-3293 TensorFlow vulnerable to integer overflow in EditDistance

Impact TFversion 2.11.0 //tensorflow/core/ops/arrayops.cc:1067 const Tensor hypothesisshapet = c-inputtensor2; std::vector dimshypothesisshapet-NumElements - 1; for int i = 0; i MakeDimstd::maxhvaluesi, tvaluesi; if hypothesisshapet is empty, hypothesisshapet-NumElements - 1 will be integer...

7.5CVSS6.1AI score0.00394EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/10 5:16 a.m.24 views

CVE-2026-15300

The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $SERVER'QUERYSTRING' via parsestr bypassing wpmagicquotes, which does not cover $SERVER, then passed through bare...

9.1CVSS0.00622EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/10 4:31 a.m.41 views

CVE-2026-15300

CVE-2026-15300 affects the GEO my WP WordPress plugin up to version 4.5.4. An SQL injection exists via the distance, lat, and lng parameters. Values are read from $_SERVER['QUERY_STRING'] with parse_str(), then passed through bare esc_sql() and interpolated into unquoted numeric positions in the ...

9.1CVSS6AI score0.00622EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/10 4:31 a.m.12 views

CVE-2026-15300

The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $SERVER'QUERYSTRING' via parsestr bypassing wpmagicquotes, which does not cover $SERVER, then passed through bare...

9.1CVSS6AI score0.00622EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/10 4:31 a.m.26 views

EUVD-2026-42807

The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $SERVER'QUERYSTRING' via parsestr bypassing wpmagicquotes, which does not cover $SERVER, then passed through bare...

9.1CVSS6AI score0.00622EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/10 4:31 a.m.46 views

CVE-2026-15300 GEO my WP <= 4.5.4 - Unauthenticated SQL Injection via 'distance' / 'lat' / 'lng' Parameters

The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $SERVER'QUERYSTRING' via parsestr bypassing wpmagicquotes, which does not cover $SERVER, then passed through bare...

9.1CVSS0.00622EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/09 4:49 p.m.7 views

PYSEC-2026-3088 Segfault and OOB write due to incomplete validation in `EditDistance` in TensorFlow

Impact The implementation of tf.rawops.EditDistance has incomplete validation. Users can pass negative values to cause a segmentation fault based denial of service: python import tensorflow as tf hypothesisindices = tf.constant-1250999896764, shape=3, 3, dtype=tf.int64 hypothesisvalues =...

7.1CVSS7AI score0.00381EPSS
SaveExploits1References10
OSV
OSV
added 2026/07/09 4:49 p.m.8 views

PYSEC-2026-3266 Segfault and OOB write due to incomplete validation in `EditDistance` in TensorFlow

Impact The implementation of tf.rawops.EditDistance has incomplete validation. Users can pass negative values to cause a segmentation fault based denial of service: python import tensorflow as tf hypothesisindices = tf.constant-1250999896764, shape=3, 3, dtype=tf.int64 hypothesisvalues =...

7.1CVSS7AI score0.00381EPSS
SaveExploits1References10
OSV
OSV
added 2026/07/06 8:03 a.m.12 views

PYSEC-2026-943 Segfault and OOB write due to incomplete validation in `EditDistance` in TensorFlow

Impact The implementation of tf.rawops.EditDistance has incomplete validation. Users can pass negative values to cause a segmentation fault based denial of service: python import tensorflow as tf hypothesisindices = tf.constant-1250999896764, shape=3, 3, dtype=tf.int64 hypothesisvalues =...

7.1CVSS6.1AI score0.00381EPSS
SaveExploits1References10
Packet Storm News
Packet Storm News
added 2026/06/02 12:00 a.m.23 views

Backdoor Unlearning Generalization: A Path toward the Removal of Unknown Triggers in LLMs

Backdoor attacks in Large Language Models LLMs are a growing security concern, where models can generate adversary-chosen content. Existing defenses target backdoors one at a time and typically require knowledge of the trigger, leaving the defender at a structural disadvantage when unknown...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/24 12:00 a.m.41 views

SEED: Semi-Supervised Continual MalwarE Detection for Tackling ConcEpt Drift on a BuDget

Machine learning based malware detectors become obsolete over time due to concept drift in benign and malware applications. Recent methods rely on fully labeled data and use hierarchical contrastive loss HCL with active learning to improve robustness against drift by exploiting semantic structure...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/19 12:00 a.m.20 views

SAGE: Scalable Automatic Gating Ensemble for Confident Negative Harvesting in Fraud Detection

Music streaming fraud, where bad actors artificially inflate stream counts to manipulate chart rankings and royalty payments, poses a significant threat to streaming services and legitimate content creators. Traditional fraud detection approaches struggle with a critical challenge: many legitimat...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/04/29 2:48 p.m.9 views

CVE-2026-39674

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Manoj Kumar MK Google Directions google-distance-calculator allows DOM-Based XSS.This issue affects MK Google Directions: from n/a through = 3.1.1...

6.5CVSS5.2AI score0.00161EPSS
SaveExploits0References1
Rows per page
Query Builder