Lucene search
+L

9523 matches found

The Hacker News
The Hacker News
added 2026/07/16 10:10 a.m.23 views

AI Can Find Bugs, But Human Knowledge Still Proves Them

Artificial intelligence AI is changing offensive security, but it has not changed the standard that matters most: a finding has to be proven before it becomes useful. AI-assisted tools can read code quickly, generate payloads, summarize attack surfaces, explain unfamiliar APIs, and run repetitive...

6.4AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/07/15 12:00 a.m.6 views

The vulnerability affects the implementation of the WebRTC technology in Mozilla Firefox ESR and Thunderbird email client, allowing a hacker to execute arbitrary code.

The vulnerability in the implementation of the WebRTC technology in Mozilla Firefox ESR and the Thunderbird email client is related to incorrect code generation. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

10CVSS6.1AI score0.00446EPSS
SaveExploits0References12Affected Software6
OSV
OSV
added 2026/07/14 9:41 p.m.12 views

JLSEC-2026-715 An integer underflow issue exists in wolfSSL when parsing the Subject Alternative Name (SAN)...

An integer underflow issue exists in wolfSSL when parsing the Subject Alternative Name SAN extension of X.509 certificates. A malformed certificate can specify an entry length larger than the enclosing sequence, causing the internal length counter to wrap during parsing. This results in incorrect...

8.1CVSS6.1AI score0.00135EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/07/14 2:00 p.m.24 views

Windows Key Guard Security Feature Bypass Vulnerability

Use of a cryptographic primitive with a risky implementation in Windows Key Guard allows an authorized attacker to bypass a security feature locally...

5.5CVSS6.1AI score0.0027EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.23 views

PT-2026-58189

Name of the Vulnerable Software and Affected Versions Windows Key Guard affected versions not specified Description A risky implementation of a cryptographic primitive in Windows Key Guard allows an authorized local attacker to bypass a security feature and expose secrets. Recommendations At the...

5.5CVSS6.1AI score0.0027EPSS
SaveExploits0References6
Redos
Redos
added 2026/07/13 12:00 a.m.12 views

ROS-20260713-73-0013

The vulnerability is related to insufficient validation of input data and incorrect implementation of functions. Exploiting this vulnerability can allow an attacker to cause service failures...

7.5CVSS6.1AI score0.00583EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:41 p.m.16 views

Chromium: CVE-2026-13868 Inappropriate implementation in Network

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

6.5CVSS6.1AI score0.00238EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:40 p.m.18 views

Chromium: CVE-2026-13826 Inappropriate implementation in Autofill

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

6.5CVSS6.1AI score0.00248EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:40 p.m.80 views

Chromium: CVE-2026-13981 Inappropriate implementation in Chrome for iOS

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

4.3CVSS6.1AI score0.00245EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:40 p.m.79 views

Chromium: CVE-2026-13916 Inappropriate implementation in Chrome for iOS

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

4.3CVSS6.1AI score0.00245EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:40 p.m.16 views

Chromium: CVE-2026-13892 Inappropriate implementation in Chrome for iOS

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

6.5CVSS6.1AI score0.00282EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:39 p.m.63 views

Chromium: CVE-2026-13944 Inappropriate implementation in DataTransfer

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

3.1CVSS6.1AI score0.00184EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:38 p.m.12 views

Chromium: CVE-2026-14415 Inappropriate implementation in V8

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS6.1AI score0.00345EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:37 p.m.11 views

Chromium: CVE-2026-14410 Inappropriate implementation in Skia

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

4.3CVSS6.1AI score0.00245EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/11 10:37 p.m.11 views

Chromium: CVE-2026-14409 Inappropriate implementation in V8

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

7.5CVSS6.1AI score0.00362EPSS
SaveExploits0
OSV
OSV
added 2026/07/09 4:49 p.m.24 views

PYSEC-2026-3260 Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow

Impact The implementation of tf.histogramfixedwidth is vulnerable to a crash when the values array contain NaN elements: python import tensorflow as tf import numpy as np tf.histogramfixedwidthvalues=np.nan, valuerange=1,2 The implementation assumes that all floating point operations are defined...

5.5CVSS6.1AI score0.00314EPSS
SaveExploits1References13
OSV
OSV
added 2026/07/09 4:49 p.m.9 views

PYSEC-2026-3382 Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow

Impact The implementation of tf.histogramfixedwidth is vulnerable to a crash when the values array contain NaN elements: python import tensorflow as tf import numpy as np tf.histogramfixedwidthvalues=np.nan, valuerange=1,2 The implementation assumes that all floating point operations are defined...

5.5CVSS6.2AI score0.00314EPSS
SaveExploits1References13
PyPA
PyPA
added 2026/07/09 4:49 p.m.15 views

Integer overflow in Tensorflow

ImpactThe implementation of Range suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. PatchesWe have patched the issue in GitHub commit f0147751fd5d2ff23251149ebad9af9f03010732 merging 51733.The fix will be included in TensorFlo...

8.8CVSS7AI score0.00578EPSS
SaveExploits0References10Affected Software1
Fedora
Fedora
added 2026/07/09 12:57 a.m.16 views

[SECURITY] Fedora 44 Update: perl-CSS-Minifier-XS-0.15-1.fc44

'CSS::Minifier::XS' is a CSS "minifier". It's designed to remove unnecessary white-space and comments from CSS files, while also not breaking the CSS. 'CSS::Minifier::XS' is similar in function to 'CSS::Minifier', but is substantially faster as it's written in XS and not just pure Perl...

6.5CVSS5.9AI score0.00292EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/08 10:36 p.m.15 views

CVE-2026-15128

Inappropriate implementation in Forms in Google Chrome prior to 150.0.7871.115 allowed a remote attacker to inject arbitrary scripts or HTML UXSS via a crafted HTML page. Chromium security severity: High...

6.1CVSS6.1AI score0.0022EPSS
SaveExploits0
Rows per page
Query Builder