Lucene search
+L

262016 matches found

OSV
OSV
added 2026/07/07 11:45 a.m.15 views

PYSEC-2026-1953 TensorFlow has segmentation fault in tfg-translate

Impact Out-of-bounds access due to mismatched integer type sizes in ValueMap::Manager::GetValueOrCreatePlaceholder. Bug with tfg-translate call to InitMlir. The problem happens with generic functions, as it is already handled for non-generic functions. This is because they, unlike non-generic...

7.5CVSS6.6AI score0.00516EPSS
SaveExploits0References7
Circl
Circl
added 2026/07/07 11:17 a.m.15 views

CVE-2026-14868

creationtimestamp| type| source ---|---|--- 2026-07-07 11:17:06+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mq2i5wspmi2b 2026-07-14 22:37:07+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mqnbgflw2623...

8.4CVSS6.1AI score0.00064EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/07 10:47 a.m.16 views

Security Bulletin: Platform Navigator and Automation Assets in IBM Cloud Pak for Integration are vulnerable to vulnerability in qs

Summary Platform Navigator and Automation Assets in IBM Cloud Pak for Integration are vulnerable to vulnerability in qs. CVE-2026-8723 The vulenrabilty have been addressed. Vulnerability Details CVEID:CVE-2026-8723 DESCRIPTION: Summary qs.stringify throws TypeError when called with arrayFormat:...

6.3CVSS7.1AI score0.00358EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2026/07/07 10:17 a.m.13 views

PYSEC-2026-984 `FractionalMaxPoolGrad` Heap out of bounds read

Impact If FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash. python import tensorflow as tf tf.rawops.FractionMaxPoolGrad originput = 1, 1, 1, 1, 1, origoutput = 1, 1, 1, outbackprop = 3, 3, 6, rowpoolingsequence = -0x4000000, 1, 1,...

4.8CVSS6.9AI score0.00457EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 10:17 a.m.11 views

PYSEC-2026-962 FPE in `tf.image.generate_bounding_box_proposals`

Impact When running on GPU, tf.image.generateboundingboxproposals receives a scores input that must be of rank 4 but is not checked. python import tensorflow as tf a = tf.constantvalue=1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 b = tf.constantvalue=1...

4.8CVSS5.9AI score0.00456EPSS
SaveExploits1References7
PyPA
PyPA
added 2026/07/07 10:17 a.m.17 views

TensorFlow vulnerable to `CHECK` fail in `ParameterizedTruncatedNormal`

ImpactParameterizedTruncatedNormal assumes shape is of type int32. A valid shape of type int64 results in a mismatched type CHECK fail that can be used to trigger a denial of service attack.pythonimport tensorflow as tfseed = 1618seed2 = 0shape = tf.random.uniformshape=3, minval=-10000,...

7.5CVSS7AI score0.00423EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/07 10:17 a.m.12 views

PYSEC-2026-1036 TensorFlow vulnerable to `CHECK` failure in `TensorListReserve` via missing validation

Impact In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in CheckIsAlignedAndSingleElement. python import tensorflow as tf...

5.9CVSS5.9AI score0.00583EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/07 10:17 a.m.12 views

PYSEC-2026-1040 TensorFlow vulnerable to `CHECK` fail in `TensorListScatter` and `TensorListScatterV2`

Impact When TensorListScatter and TensorListScatterV2 receive an elementshape of a rank greater than one, they give a CHECK fail that can trigger a denial of service attack. python import tensorflow as tf arg0=tf.random.uniformshape=2, 2, 2, dtype=tf.float16, maxval=None...

5.9CVSS7AI score0.00471EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/07/07 10:17 a.m.14 views

TensorFlow vulnerable to `CHECK` fail in `DenseBincount`

ImpactDenseBincount assumes its input tensor weights to either have the same shape as its input tensor input or to be length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack.pythonimport tensorflow as tfbinaryoutput = Trueinput =...

7.5CVSS7AI score0.00423EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/07 10:17 a.m.11 views

PYSEC-2026-976 TensorFlow vulnerable to `CHECK` fail in `QuantizeAndDequantizeV3`

Impact If QuantizeAndDequantizeV3 is given a nonscalar numbits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf signedinput = True rangegiven = False narrowrange = False axis = -1 input = tf.constant-3.5, shape=1,...

5.9CVSS5.9AI score0.00423EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/07 9:19 a.m.40 views

CVE-2026-49487 Apache Airflow: Task-instance API exposes secrets in deferred trigger kwargs

In Apache Airflow before 3.3.0, the REST API task-instance detail and list endpoints returned a deferred task's trigger kwargs without masking. When a deferred operator passed a secret for example a provider API key into its trigger, any authenticated user with DAG-scoped task-instance read acces...

0.00664EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/07 9:18 a.m.49 views

CVE-2026-48828 Apache Airflow: Bulk JSON Variables bypass should_hide_value_for_key - redact() called without the key

The Bulk Variables API in Apache Airflow called the redactor without passing the variable's key, so the key-based shouldhidevalueforkey check which triggers on secret-suffixed key names like password / token / secret could not fire for JSON-decodable variable values. An authenticated UI/API user...

0.00664EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/07 9:18 a.m.44 views

CVE-2026-49296 Apache Airflow: Per-DAG read bypass discloses co-located DAGs' source via GET /api/v2/dagSources/{dag_id}

Before apache-airflow 3.3.0, a user authorized to read one Dag could disclose the source of other Dags co-located in the same source file. GET /api/v2/dagSources/dagid — and the equivalent Dag-source view in the UI — returned the entire source file without redacting Dags the caller was not...

0.00399EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/07 6:28 a.m.15 views

xorg-x11-server: xorg-x11-server-Xwayland: xorg-x11-server: stack buffer overflow in XKB SetMap request via mapWidths indexing

A stack-based buffer overflow flaw was found in the X.Org X server and Xwayland. XkbSetMapChecks declares a fixed-size stack buffer mapWidths256 indexed by key type index. The helper function CheckKeyTypes writes to this buffer at a client-controlled offset, allowing a stack buffer overflow. This...

7.8CVSS7.5AI score0.00165EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/07 6:28 a.m.30 views

xorg-x11-server: xorg-x11-server-Xwayland: xorg-x11-server: stack buffer overflow in font alias resolution due to libXfont2 name length mismatch

A stack-based buffer overflow flaw was found in the X.Org X server and Xwayland. A mismatch between the X server and the libXfont2 library's maximum font name length can cause a stack buffer overflow during font alias resolution. The server allocates a 256 byte stack buffer but libXfont2's alias...

7.8CVSS6.2AI score0.00157EPSS
SaveExploits0References7
Circl
Circl
added 2026/07/07 6:01 a.m.14 views

CVE-2026-34158

creationtimestamp| type| source ---|---|--- 2026-07-07 06:01:05+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mpzwivnajh2p 2026-07-07 07:31:51+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mq23laf7j42a...

8.8CVSS5.9AI score0.00651EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/07/07 4:35 a.m.125 views

Exploit for CVE-2026-53359

cve-id ⚡ Simple Usage Use this project only in safe and...

8.7CVSS6AI score0.04028EPSS
SaveExploits33
Circl
Circl
added 2026/07/07 4:18 a.m.16 views

CVE-2026-34034

creationtimestamp| type| source ---|---|--- 2026-07-07 04:18:11+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mpzqqvvaww2a...

8.8CVSS5.9AI score0.00785EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/07 4:17 a.m.18 views

CVE-2026-42172

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.474, Sanctum API tokens did not expire, allowing a leaked token to retain access indefinitely until manually revoked. This issue is fixed in version 4.0.0-beta.474...

3.1CVSS0.00299EPSS
SaveExploits0References4
Circl
Circl
added 2026/07/07 4:02 a.m.17 views

CVE-2026-34035

creationtimestamp| type| source ---|---|--- 2026-07-07 04:02:08+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mpzpu6t7fh2w...

8.8CVSS5.9AI score0.00628EPSS
SaveExploits0References1
Rows per page
Query Builder