Lucene search
+L

13890 matches found

Positive Technologies
Positive Technologies
added 2021/09/13 12:00 a.m.20 views

PT-2021-8177 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the clk component of the Linux kernel, where unbinding a CCU driver unmaps the device's MMIO region but leaves its clocks/resets and their providers registered...

8.4CVSS6.4AI score0.08486EPSS
SaveExploits6References1596
Huntr
Huntr
added 2021/09/11 11:45 a.m.75 views

None in vim/vim

✍️ Description Team, trust you are doing well. As part of continues fuzzing VIM v8.2.3425 in persistence mode, I found a heap use-after-free nvreplace. 🕵️‍♂️ Proof of Concept Affected version: VIM v8.2.3425 Tested on: Linux s157903 4.15.0-106-generic 107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020 x8664...

6.8CVSS7.5AI score0.01741EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2021/09/07 12:00 a.m.2 views

CVE-2021-39260

A crafted NTFS image can cause an out-of-bounds access in ntfsinodesyncstandardinformation in NTFS-3G 2021.8.22...

6.6AI score0.00418EPSS
SaveExploits0References5
OSV
OSV
added 2021/09/03 11:04 a.m.7 views

OESA-2021-1331 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: arch/x86/kvm/mmu/pagingtmpl.h in the Linux kernel before 5.12.11 incorrectly computes the access permissions of a shadow page, leading to a missing guest protection page fault.CVE-2021-38198...

5.5CVSS8AI score0.00469EPSS
SaveExploits1References2
CNVD
CNVD
added 2021/09/02 12:00 a.m.43 views

Solarwinds Orion Platform Cross-Site Scripting Vulnerability (CNVD-2021-69606)

Solarwinds Orion Platform is a network fault and network performance management platform from Solarwinds, Inc. Solarwinds Orion Platform is a cross-site scripting vulnerability that can be exploited by attackers to store XSS via text box hyperlinks...

7.5CVSS2.2AI score0.01037EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/09/02 12:00 a.m.66 views

Solarwinds Orion Platform Cross-Site Scripting Vulnerability (CNVD-2021-101211)

Solarwinds Orion Platform is a network fault and network performance management platform from Solarwinds, Inc. The platform provides real-time monitoring and analysis of network devices, and supports custom web interfaces, multiple user opinions, and map-based browsing of the entire network, etc....

6.5CVSS0.8AI score0.01074EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/09/01 12:00 a.m.125 views

SolarWinds Orion Platform SQL Injection Vulnerability

SolarWinds Orion Platform is a network fault and network performance management platform from SolarWinds, Inc. The platform provides real-time monitoring and profiling of network devices and supports custom web interfaces, multiple user opinions, and map-based browsing of the entire network. The...

9CVSS1.9AI score0.01642EPSS
SaveExploits0References1
Veracode
Veracode
added 2021/08/26 6:11 a.m.36 views

Denial Of Service

sqlite3 is vulnerable to denial of service. The vulnerability exists due to a segmentation fault via the idxGetTableInfo function...

7.5CVSS3.5AI score0.03898EPSS
SaveExploits1References12Affected Software1
OPENSUSE Linux
OPENSUSE Linux
added 2021/08/26 12:00 a.m.85 views

Security update for qemu (important)

openSUSE Security Update: Security update for qemu Announcement ID: openSUSE-SU-2021:1202-1 Rating: important References: 1180432 1180433 1180434 1180435 1182651 1186012 1187364 1187365 1187366 1187367 1187499 1187529 1187538 1187539 1189145 Cross-References: CVE-2020-35503 CVE-2020-35504...

6CVSS6.5AI score0.0288EPSS
SaveExploits2References15
Github Security Blog
Github Security Blog
added 2021/08/25 8:43 p.m.38 views

Out of bounds read in simd-json

The affected version of this crate did not guard against accessing memory beyond the range of its input data. A pointer cast to read the data into a 256-bit register could lead to a segmentation fault when the end plus the 32 bytes 256 bit read would overlap into the next page during string...

7.5CVSS7.2AI score0.01398EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:43 p.m.70 views

GHSA-GWFJ-PW2X-H6C2 Out of bounds read in simd-json

The affected version of this crate did not guard against accessing memory beyond the range of its input data. A pointer cast to read the data into a 256-bit register could lead to a segmentation fault when the end plus the 32 bytes 256 bit read would overlap into the next page during string...

7.5CVSS7.4AI score0.01398EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 2:41 p.m.53 views

Incomplete validation in `MaxPoolGrad`

Impact An attacker can trigger a denial of service via a segmentation fault in tf.rawops.MaxPoolGrad caused by missing validation: python import tensorflow as tf tf.rawops.MaxPoolGrad originput = tf.constant, shape=3, 0, 0, 2, dtype=tf.float32, origoutput = tf.constant, shape=3, 0, 0, 2,...

5.5CVSS6.5AI score0.00179EPSS
SaveExploits0References8Affected Software3
OSV
OSV
added 2021/08/25 2:41 p.m.22 views

GHSA-7GHQ-FVR3-PJ2X Incomplete validation in `MaxPoolGrad`

Impact An attacker can trigger a denial of service via a segmentation fault in tf.rawops.MaxPoolGrad caused by missing validation: python import tensorflow as tf tf.rawops.MaxPoolGrad originput = tf.constant, shape=3, 0, 0, 2, dtype=tf.float32, origoutput = tf.constant, shape=3, 0, 0, 2,...

6.8CVSS6.3AI score0.00179EPSS
SaveExploits0References8
OSV
OSV
added 2021/08/25 2:41 p.m.14 views

GHSA-QFPC-5PJR-MH26 Missing validation in shape inference for `Dequantize`

Impact The shape inference code for tf.rawops.Dequantize has a vulnerability that could trigger a denial of service via a segfault if an attacker provides invalid arguments: python import tensorflow as tf tf.compat.v1.disablev2behavior tf.rawops.Dequantize inputtensor = tf.constant-10.0,...

6.8CVSS6AI score0.00148EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/08/25 2:39 p.m.32 views

Use after free and segfault in shape inference functions

Impact When running shape functions, some functions such as MutableHashTableShape produce extra output information in the form of a ShapeAndType struct. The shapes embedded in this struct are owned by an inference context that is cleaned up almost immediately; if the upstream code attempts to...

6.6CVSS7AI score0.00163EPSS
SaveExploits0References7Affected Software3
OpenVAS
OpenVAS
added 2021/08/25 12:00 a.m.28 views

SQLite 3.36.3 DoS Vulnerability

SQLite is prone to a denial of service DoS vulnerability. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you...

7.5CVSS7.4AI score0.03898EPSS
SaveExploits1References2
OSV
OSV
added 2021/08/24 2:15 p.m.14 views

AZL-8484 CVE-2021-36690 affecting package sqlite for versions less than 3.36.0-3

A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges e.g., is intentionally allowe...

7.5CVSS6.8AI score0.03898EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/24 2:15 p.m.9 views

DEBIAN-CVE-2021-36690

A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges e.g., is intentionally allowe...

7.5CVSS7.6AI score0.03898EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/24 2:15 p.m.24 views

CVE-2021-36690

A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges e.g., is intentionally allowe...

7.5CVSS0.03898EPSS
SaveExploits1References11
OSV
OSV
added 2021/08/24 2:15 p.m.12 views

CVE-2021-36690

A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges e.g., is intentionally allowe...

7.5CVSS7.6AI score
SaveExploits0References11
Rows per page
Query Builder