Lucene search
+L

60 matches found

Kitploit
Kitploit
added 2026/09/05 5:02 a.m.3 views

dga_predict

Prédiction des algorithmes de génération de domaines à l'aide de LSTM Ce dépôt contient un code très simple pour classer les domaines comme DGA ou bénins. Ce code illustre nos résultats dans notre article arXiv disponible ici : https://arxiv.org/abs/1611.00791. Une différence réside dans les jeux...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 8:55 p.m.3 views

LSTM-MI

إطار عمل قائم على LSTM للتعامل مع imbalance متعدد الفئات في كشف بوتنت DGA. يحتوي هذا المستودع على كود بسيط جداً لتصنيف النطاقات على أنها DGA أو حميدة. يوضح هذا الكود نتائجنا في بحثنا المنشور هنا: https://www.sciencedirect.com/science/article/pii/S0925231217317320. يقدم هذا البحث خوارزمية LSTM.MI...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 5:27 p.m.5 views

DeepPass

DeepPass Application dockerisée qui analyse des documents à la recherche de candidats de mots de passe. Le billet de blog "DeepPass — Trouver des mots de passe avec le Deep Learning" donne plus de détails sur l'approche et le développement du modèle. Pour lancer: docker-compose up Cela exposera...

5.4AI score
SaveExploits0
NVD
NVD
added 2026/08/11 3:17 p.m.16 views

CVE-2026-73066

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS0.00126EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/11 3:17 p.m.12 views

CVE-2026-73066

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS5.7AI score0.00126EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/11 3:17 p.m.7 views

UBUNTU-CVE-2026-73066

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS5.5AI score0.00126EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/11 2:49 p.m.78 views

CVE-2026-73066

Tesseract prior to 5.5.3 is affected by a heap out-of-bounds write in LSTM Convolve via a crafted .traineddata loaded through the deserializer. The root cause is an unchecked signed integer multiplication that wraps the convolution output-channel count, undersizing the forward-pass output buffer ...

6.8CVSS5.4AI score0.00126EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/11 2:49 p.m.17 views

EUVD-2026-56181

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS5.4AI score0.00126EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/11 2:49 p.m.9 views

CVE-2026-73066 Tesseract: Heap out-of-bounds write in LSTM Convolve layer via crafted .traineddata

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS5.4AI score0.00126EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/11 2:49 p.m.5 views

CVE-2026-73066 Tesseract: Heap out-of-bounds write in LSTM Convolve layer via crafted .traineddata

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/11 2:49 p.m.36 views

CVE-2026-73066 Tesseract: Heap out-of-bounds write in LSTM Convolve layer via crafted .traineddata

Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count,...

6.8CVSS0.00126EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.7 views

PT-2026-70224

Name of the Vulnerable Software and Affected Versions Tesseract versions prior to 5.5.3 Description A heap out-of-bounds write can occur during OCR recognition when a crafted .traineddata LSTM model component is loaded through the deserializer. This happens because an unchecked signed integer...

6.8CVSS5.2AI score0.00126EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 2:19 p.m.10 views

PYSEC-2026-3318 TensorFlow vulnerable to segfault in `BlockLSTMGradV2`

Impact The implementation of BlockLSTMGradV2 does not fully validate its inputs. - wci, wcf, wco, b must be rank 1 - w, csprev, hprev must be rank 2 - x must be rank 3 This results in a a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf usepeephole =...

5.9CVSS6.1AI score0.00436EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/09 4:49 p.m.9 views

PYSEC-2026-3267 Missing validation causes denial of service via `LSTMBlockCell`

Impact The implementation of tf.rawops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11
OSV
OSV
added 2026/07/09 4:49 p.m.8 views

PYSEC-2026-3089 Missing validation causes denial of service via `LSTMBlockCell`

Impact The implementation of tf.rawops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11
OSV
OSV
added 2026/07/07 10:17 a.m.9 views

PYSEC-2026-988 TensorFlow vulnerable to segfault in `BlockLSTMGradV2`

Impact The implementation of BlockLSTMGradV2 does not fully validate its inputs. - wci, wcf, wco, b must be rank 1 - w, csprev, hprev must be rank 2 - x must be rank 3 This results in a a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf usepeephole =...

5.9CVSS5.9AI score0.00436EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/06 8:03 a.m.21 views

PYSEC-2026-944 Missing validation causes denial of service via `LSTMBlockCell`

Impact The implementation of tf.rawops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11
Packet Storm News
Packet Storm News
added 2026/06/10 12:00 a.m.20 views

Categorical Robustness Assessment for Machine Learning Based Network Intrusion Detection Systems

Network Intrusion Detection Systems NIDS heavily utlize Machine Learning ML but ML models can be manipulated via adversarial attacks. These attacks add carefully crafted perturbations to network traffic data that leads to misclassifications. While prior work has demonstrated adversarial...

5.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/06/05 12:00 a.m.35 views

Rethinking IoT Intrusion Detection: Augmenting Routing Metrics with Radio Features

Machine learning-based intrusion detection systems IDS for RPL-based IoT networks often rely solely on routing layer features, which provide only a partial view of network behaviour. In this work, we investigate whether incorporating Transmit TX and Receive RX radio features alongside the standar...

5.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/06 12:00 a.m.10 views

SE-Enhanced ViT and BiLSTM-Based Intrusion Detection for Secure IIoT and IoMT Environments

With the rapid growth of interconnected devices in Industrial and Medical Internet of Things IIoT and MIoT ecosystems, ensuring timely and accurate detection of cyber threats has become a critical challenge. This study presents an advanced intrusion detection framework based on a hybrid...

5.9AI score
SaveExploits0
Rows per page
Query Builder