Lucene search
+L

9666 matches found

Ubuntu
Ubuntu
added 2021/06/04 7:04 p.m.256 views

USN-4979-1: Linux kernel vulnerabilities

Kiyin 尹亮 discovered that the NFC LLCP protocol implementation in the Linux kernel contained a reference counting error. A local attacker could use this to cause a denial of service system crash. CVE-2020-25670 Kiyin 尹亮 discovered that the NFC LLCP protocol implementation in the Linux kernel did n...

8.8CVSS7.6AI score0.03132EPSS
SaveExploits4
UbuntuCve
UbuntuCve
added 2021/06/04 6:15 p.m.20 views

CVE-2021-30507

Inappropriate implementation in Offline in Google Chrome on Android prior to 90.0.4430.212 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page...

8.8CVSS7.1AI score0.01166EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/06/04 5:15 p.m.37 views

CVE-2021-30507

Inappropriate implementation in Offline in Google Chrome on Android prior to 90.0.4430.212 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page...

8AI score0.01166EPSS
SaveExploits1References5
Debian CVE
Debian CVE
added 2021/06/04 5:15 p.m.35 views

CVE-2021-30507

Inappropriate implementation in Offline in Google Chrome on Android prior to 90.0.4430.212 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page...

8.8CVSS8.4AI score0.01166EPSS
SaveExploits1
Ubuntu
Ubuntu
added 2021/06/03 12:26 a.m.251 views

USN-4977-1: Linux kernel vulnerabilities

Kiyin 尹亮 discovered that the NFC LLCP protocol implementation in the Linux kernel contained a reference counting error. A local attacker could use this to cause a denial of service system crash. CVE-2020-25670 Kiyin 尹亮 discovered that the NFC LLCP protocol implementation in the Linux kernel did n...

7.8CVSS6.8AI score0.03132EPSS
SaveExploits3
Huntr
Huntr
added 2021/06/02 5:19 p.m.15 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description Reflected XSS in changebranch.php where due to improper implementation of code an attacker is able to inject malicious tags 🕵️‍♂️ Proof of Concept $branch = escapeshellcmd$GET'branch'; $command = "sudo /opt/fpp/scripts/gitbranch " . $branch . " 2&1"; echo "Command: $command\n";...

1.6AI score
SaveExploits0
OSV
OSV
added 2021/06/02 4:15 p.m.36 views

PYSEC-2021-93

An issue was discovered in Pillow before 8.2.0. For EPS data, the readline implementation used in EPSImageFile has to deal with any combination of \r and \n as line endings. It used an accidentally quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could...

7.5CVSS1.7AI score0.02338EPSS
SaveExploits0References4
Veracode
Veracode
added 2021/06/02 8:51 a.m.16 views

Insecure Verification Of Cryptographic Signature

aws-encryption-sdk suffers from an insecure verification of cryptographic signature. A flawed implementation of message decryption process allows the client code to read ESDK messages from untrusted sources to the end of the stream...

5.3CVSS6.7AI score0.0021EPSS
SaveExploits0References7Affected Software5
Talos
Talos
added 2021/06/02 12:00 a.m.63 views

Apple macOS SMB server TREE_CONNECT stack buffer overflow vulnerability

Summary A remote code execution vulnerability exists in the SMB Server Apple macOS 10.15.7. A specially crafted SMB packet can trigger a stack-based buffer overflow, which can lead to arbitrary code execution and denial of service. This vulnerability can be triggered by sending a malicious packet...

6.5CVSS7.3AI score0.01336EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2021/06/01 8:31 a.m.110 views

Exploit for Unsafe Reflection in Vmware Vcenter_Server

CVE-2021-21985 Checker. Simple Powershell imple...

10CVSS9.8AI score0.99999EPSS
SaveExploits12
Akamai Blog
Akamai Blog
added 2021/05/27 4:00 a.m.11 views

Edge DNS Secondary Implementation: Order of Operations for NS Zone and Registrar Records

Akamai Edge DNS service delivers edge-based, authoritative domain services for thousands of organizations...

5AI score
SaveExploits0
AlpineLinux
AlpineLinux
added 2021/05/27 12:00 a.m.79 views

CVE-2020-12403

A flaw was found in the way CHACHA20-POLY1305 was implemented in NSS in versions before 3.55. When using multi-part Chacha20, it could cause out-of-bounds reads. This issue was fixed by explicitly disabling multi-part ChaCha20 which was not functioning correctly and strictly enforcing tag length...

9.1CVSS9.1AI score0.01541EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/05/27 12:00 a.m.18 views

Incorrect implementation of arctan in the contract FairSideFormula

Handle shw Vulnerability details Impact The current implementation of the arctan formula in the contract FairSideFormula is inconsistent with the referenced paper and could cause incorrect results when the input parameter is negative. The erroneous formula affects the function calculateDeltaOfFSD...

6.8AI score
SaveExploits0
OSV
OSV
added 2021/05/26 10:15 p.m.38 views

CVE-2021-28170

In the Jakarta Expression Language implementation 3.0.3 and earlier, a bug in the ELParserTokenManager enables invalid EL expressions to be evaluated as if they were valid...

5.3CVSS6.5AI score
SaveExploits0References3
OSV
OSV
added 2021/05/21 2:28 p.m.62 views

GHSA-2XGJ-XHGF-GGJV Heap buffer overflow in `BandedTriangularSolve`

Impact An attacker can trigger a heap buffer overflow in Eigen implementation of tf.rawops.BandedTriangularSolve: python import tensorflow as tf import numpy as np matrixarray = np.array matrixtensor = tf.converttotensornp.reshapematrixarray,0,1,dtype=tf.float32 rhsarray = np.array1,1 rhstensor =...

3.6CVSS7.3AI score0.00287EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2021/05/21 2:25 p.m.36 views

Heap out of bounds read in `MaxPoolGradWithArgmax`

Impact The implementation of tf.rawops.MaxPoolGradWithArgmax can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs: python import tensorflow as tf input = tf.constant10.0, 10.0, 10.0, shape=1, 1, 3, 1, dtype=tf.float32 grad = tf.constant10.0, 10.0,...

7.1CVSS1.2AI score0.00154EPSS
SaveExploits0References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/05/21 2:25 p.m.43 views

Heap out of bounds read in `RequantizationRange`

Impact The implementation of tf.rawops.MaxPoolGradWithArgmax can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs: python import tensorflow as tf input = tf.constant1, shape=1, dtype=tf.qint32 inputmax = tf.constant, dtype=tf.float32 inputmin =...

7.1CVSS2.4AI score0.00198EPSS
SaveExploits1References7Affected Software3
Prion
Prion
added 2021/05/20 8:15 p.m.23 views

Denial of service

There is a denial of service vulnerability in some versions of ManageOne. There is a logic error in the implementation of a function of a module. When the service pressure is heavy, there is a low probability that an exception may occur. Successful exploit may cause some services abnormal...

3.5CVSS5.2AI score0.00487EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2021/05/20 10:47 a.m.23 views

Denial Of Service (DoS)

chromium:buster is vulnerable to denial of service. An inappropriate implementation security issue has been found in the Offline component of the Chromium browser...

8.8CVSS3.4AI score0.01166EPSS
SaveExploits1References8Affected Software2
Zero Day Initiative
Zero Day Initiative
added 2021/05/20 12:00 a.m.78 views

Apple macOS ImageIO DDS File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability

This vulnerability allows remote attackers to disclose sensitive information on affected installations of Apple macOS. Interaction with the ImageIO library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the...

3.3CVSS3.6AI score0.01182EPSS
SaveExploits0References1
Rows per page
Query Builder