Lucene search
+L

199 matches found

Kitploit
Kitploit
added 2026/09/23 9:32 p.m.17 views

Umbrella_android

Umbrella Umbrella is an Android mobile app developed by Security First that provides human rights defenders with the information on what to do in any given security situation and the tools to do it. It allows the user to choose what they want to do, such as: protect data; securely make a...

6.1AI score
SaveExploits0References7
OSV
OSV
added 2026/07/28 3:17 p.m.17 views

DEBIAN-CVE-2026-66299

Uncontrolled Resource Consumption vulnerability in Apache Tomcat's WebSocket chat example. This issue affects Apache Tomcat: from 11.0.0-M20 through 11.0.24, from 10.1.24 through 10.1.57, from 9.0.89 through 9.0.120. Users who have followed the security guidance to remove the examples web...

5.3CVSS5.8AI score0.00533EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/27 3:47 p.m.20 views

MAL-2026-11099 Malicious code in demo-awesome-date-parser-test (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector e5cccf4c1379e6c3f9af7dde45277b1c4db552a0ad878bc08378ad6e8879b497 The package advertises itself as a date parser but ships a heavily obfuscated payload in src/index.js. The exported demoParseDate function invokes...

6AI score
SaveExploits0References8
OSV
OSV
added 2026/07/13 2:19 p.m.12 views

PYSEC-2026-3238 Segfault in `CompositeTensorVariantToComponents`

Impact An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. python import tensorflow as tf encode = tf.rawops.EmptyTensorListelementdtype=tf.int32, elementshape=10, 15, maxnumelements=2 meta= ""...

4.8CVSS6.9AI score0.00527EPSS
SaveExploits1References8
PyPA
PyPA
added 2026/07/13 2:19 p.m.18 views

Overflow in `ResizeNearestNeighborGrad`

ImpactWhen tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows.import tensorflow as tfaligncorners = Truehalfpixelcenters = Falsegrads = tf.constant1, shape=1,8,16,3, dtype=tf.float16size = tf.constant1879048192,1879048192, shape=2,...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2026/07/13 2:19 p.m.22 views

TensorFlow vulnerable to null dereference on MLIR on empty function attributes

ImpactEig can be fed an incorrect Tout input, resulting in a CHECK fail that can trigger a denial of service attack.pythonimport tensorflow as tfimport numpy as np arg0=tf.constantvalue=np.random.randomsize=2, 2, shape=2, 2, dtype=tf.float32arg1=tf.complex128arg2=Truearg3=''tf.rawops.Eiginput=arg...

7.5CVSS6.9AI score0.00478EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/13 6:27 a.m.13 views

MAL-2026-10291 Malicious code in backupsitetuff10 (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 8062677ad6aa536c8e4582df43db6251e78e0cd2a0e4c36348a997bc28b06d5b The tarball ships auto-publish.sh, a script that republishes the same payload under 100 distinct npm names ishowfeet1-ishowfeet20, nottuff1-nottuff30...

6.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.22 views

PT-2026-59830

Impact If Save or SaveSlices is run over tensors of an unsupported dtype, it results in a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf filename = tf.constant"" tensor names = tf.constant"" Save data = tf.casttf.random.uniformshape=1,...

7.5CVSS6.9AI score0.00478EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.68 views

PT-2026-59939

Impact When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it gives a null dereference. cpp // Import the function attributes with a tf. prefix to match the current // infrastructure expectations. for const auto& namedAttr : func.attr const std::string& name =...

7.5CVSS7AI score0.00478EPSS
SaveExploits0References8
Packet Storm
Packet Storm
added 2026/07/13 12:00 a.m.72 views

📄 WordPress Fluent Forms 6.0.4 Server-Side Template Injection / Remote Code Execution

Python exploit framework for CVE-2026-4257 targeting vulnerable WordPress sites running Fluent Forms. The tool first detects a server-side template injection by submitting the Twig expression 77 to common form fields. If the target is vulnerable, it abuses Twig's registerUndefinedFilterCallback...

9.8CVSS6.2AI score0.41475EPSS
SaveExploits9
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.24 views

PT-2026-59981

Impact When RangeSize receives values that do not fit into an int64 t, it crashes. cpp auto size = std::is integral::value ? Eigen::numext::abslimit - start + Eigen::numext::absdelta - T1 / Eigen::numext::absdelta : Eigen::numext::ceil Eigen::numext::abslimit - start / delta; // This check does n...

7.5CVSS7AI score0.00701EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.12 views

PT-2026-59852

Impact If the stride and window size are not positive for tf.raw ops.AvgPoolGrad, it can give an FPE. python import tensorflow as tf import numpy as np @tf.functionjit compile=True def test: y = tf.raw ops.AvgPoolGradorig input shape=1,0,0,0, grad=0.39117979, ksize=1,0,0,0, strides=1,0,0,0,...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/09 4:49 p.m.11 views

PYSEC-2026-3163 Denial of service in `tf.ragged.constant` due to lack of validation

Impact The implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory: python import tensorflow as tf tf.ragged.constantpylist=,raggedrank=8968073515812833920 Patches We have patched the issue in GitHub...

5.5CVSS6.2AI score0.00319EPSS
SaveExploits1References12
PyPA
PyPA
added 2026/07/07 11:45 a.m.19 views

TensorFlow vulnerable to seg fault in `tf.raw_ops.Print`

ImpactWhen the parameter summarize of tf.rawops.Print is zero, the new method SummarizeArray will reference to a nullptr, leading to a seg fault.pythonimport tensorflow as tftf.rawops.Printinput = tf.constant1, 1, 1, 1,dtype=tf.int32, data = False, False, False, False, False, False, False, False,...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/07/07 10:17 a.m.18 views

`CHECK` fail via inputs in `SdcaOptimizer`

ImpactInputs densefeatures or examplestatedata not of rank 2 will trigger a CHECK fail in SdcaOptimizer.pythonimport tensorflow as tftf.rawops.SdcaOptimizer sparseexampleindices=4 tf.random.uniform5,5,5,3, dtype=tf.dtypes.int64, maxval=100, sparsefeatureindices=4 tf.random.uniform5,5,5,3,...

7.5CVSS7AI score0.00474EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2026/07/07 10:17 a.m.17 views

TensorFlow vulnerable to `CHECK`-fail in `tensorflow::full_type::SubstituteFromAttrs`

ImpactWhen tensorflow::fulltype::SubstituteFromAttrs receives a FullTypeDef& t that is not exactly three args, it triggers a CHECK-fail instead of returning a status.cppStatus SubstituteForEachAttrMap& attrs, FullTypeDef& t DCHECKEQt.argssize, 3; const auto& cont = t.args0; const auto& tmpl =...

7.5CVSS7.1AI score0.00701EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/06 8:03 a.m.13 views

PYSEC-2026-986 Type confusion leading to `CHECK`-failure based denial of service in TensorFlow

Impact The macros that TensorFlow uses for writing assertions e.g., CHECKLT, CHECKGT, etc. have an incorrect logic when comparing sizet and int values. Due to type conversion rules, several of the macros would trigger incorrectly. Patches We have patched the issue in GitHub commit...

5.5CVSS5.9AI score0.00389EPSS
SaveExploits1References13
OSV
OSV
added 2026/06/10 2:09 p.m.21 views

MAL-2026-5506 Malicious code in argoncrypt (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector ca59273c7d2b5b7797e301ab861354081dbbb6c47209858459be0ada49036167 On require, index.js spawns a detached, unref'd Node child running lib/initializeCaller.js. That file decodes a base64-disguised URL...

5.6AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/04 12:00 a.m.31 views

PT-2026-46364

Unauthenticated Local File Inclusion in Gita = 1.11 versions...

8.1CVSS5.2AI score0.00435EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/04 12:00 a.m.37 views

PT-2026-46336

Unauthenticated Local File Inclusion in Corbesier = 1.15.0 versions...

8.1CVSS5.2AI score0.00435EPSS
SaveExploits0References3
Rows per page
Query Builder