Lucene search
+L

1197 matches found

Wired Threat Level
Wired Threat Level
added 2022/12/25 12:0 p.m.23 views

Everyone Is Using Google Photos Wrong

Ever-expanding cloud storage presents more risks than you might think...

1.3AI score
SaveExploits0
OSV
OSV
added 2022/12/22 8:15 p.m.2 views

DEBIAN-CVE-2022-22748

Malicious websites could have confused Firefox into showing the wrong origin when asking to launch a program and handling an external URL protocol. This vulnerability affects Firefox ESR 91.5, Firefox 96, and Thunderbird 91.5...

6.5CVSS6.8AI score0.00737EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2022/12/19 12:0 a.m.13 views

Bids are wrongly ordered when prices and quantities are equal.

Lines of code Vulnerability details Description In GroupBuy, when total amount of Raes is filled up with purchases, users start competing with higher price offers. Their bids are laid out in a min priority queue structure implemented in MinPriorityQueue.sol. The docs clearly state that when two...

7AI score
SaveExploits0
Ubuntu
Ubuntu
added 2022/12/12 10:32 p.m.58 views

USN-5775-1: Vim vulnerabilities

It was discovered that Vim uses freed memory in recurisve substitution of specially crafted patterns. An attacker could possbly use this to crash Vim and cause denial of service. CVE-2022-2345 It was discovered that Vim makes illegal memory calls when patterns start with an illegal byte. An...

7.8CVSS7.8AI score0.01226EPSS
SaveExploits5
Cvelist
Cvelist
added 2022/12/12 1:50 a.m.44 views

CVE-2022-2993 bt: host: Wrong key validation check

There is an error in the condition of the last if-statement in the function smpcheckkeys. It was rejecting current keys if all requirements were unmet...

8.6CVSS9.8AI score0.00555EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/11/21 8:44 p.m.37 views

Buffer overflow in `CONV_3D_TRANSPOSE` on TFLite

Impact The reference kernel of the CONV3DTRANSPOSE TensorFlow Lite operator wrongly increments the dataptr when adding the bias to the result. Instead of dataptr += numchannels; it should be dataptr += outputnumchannels; as if the number of input channels is different than the number of output...

8.1CVSS8.1AI score0.00523EPSS
SaveExploits1References5Affected Software1
Code423n4
Code423n4
added 2022/11/21 12:0 a.m.14 views

Upgraded Q -> M from #307 [1669043813221]

Judge has assessed an item in Issue 307 as M risk. The relevant finding follows: L-1. Wrong comparison sign Description The function swapAVAXForExactTokens will revert when msg.value amountsIn0 because amountsIn0 - msg.value will always cause underflow. Solidity version ^0.8.0 is used, so it will...

6.9AI score
SaveExploits0
CNNVD
CNNVD
added 2022/11/21 12:0 a.m.20 views

Beekeeper Studio 跨站脚本漏洞

Beekeeper Studio is a cross-platform, open source SQL editor and database manager from Beekeeper Studio, Inc. It is available for Linux, Mac, and Windows. A security vulnerability exists in Beekeeper Studio version v3.6.6, which originates from an attacker who can inject a crafted payload into a...

9.6CVSS8.5AI score0.00823EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/11/15 1:20 p.m.8 views

golang: crypto/tls: certificate of wrong type is causing TLS client to panic

A flaw was found in golang. A panic can be triggered by an attacker in a privileged network position without access to the server certificate's private key, as long as a trusted ECDSA or Ed25519 certificate for the server exists or can be issued, or the client is configured with...

6.5CVSS7.1AI score0.06975EPSS
SaveExploits1References6
OSV
OSV
added 2022/11/14 6:48 p.m.12 views

GSD-2022-1006906 dmaengine: qcom-adm: fix wrong sizeof config in slave_config

dmaengine: qcom-adm: fix wrong sizeof config in slaveconfig This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.3 by commit...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/08 12:0 a.m.15 views

Attacker can drain the SizeSealed.sol contract.

Lines of code Vulnerability details Impact An attacker can drain the SizeSealed.sol contract buy creating fake auction and manipulating some contract logic. POC Assuming that the SizeSealed.sol initially contains 10000 DAI tokens, I’ll demonstrate how an attacker can steal these tokens. The bug i...

6.6AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/08 12:0 a.m.10 views

Wrong bidIndex calculation

Lines of code Vulnerability details Impact Return wrong bidIndex Proof of Concept SizeSealed.sol Tools Used Manual Recommended Mitigation Steps uint256 bidIndex = a.bids.length - 1 ; --- The text was updated successfully, but these errors were encountered: 👎 1 trust1995 reacted with thumbs down...

6.9AI score
SaveExploits0
CNNVD
CNNVD
added 2022/11/01 12:0 a.m.7 views

Xen 安全漏洞

Xen is an open source virtual machine monitor product from the University of Cambridge, UK. The product enables different and incompatible operating systems to run on the same computer and supports migration at runtime to ensure uptime and avoid downtime. A security vulnerability exists in Xen...

8.8CVSS7.8AI score0.00284EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2022/10/27 12:0 a.m.7 views

Accusoft ImageGear 缓冲区错误漏洞

Accusoft ImageGear is a software development kit SDK for image processing from Accusoft Corporation. A buffer error vulnerability exists in Accusoft ImageGear version 20.0 that stems from the presence of an out-of-bounds write. An attacker could exploit the vulnerability to cause memory corruptio...

9.8CVSS8.4AI score0.00601EPSS
SaveExploits1References3
Snyk
Snyk
added 2022/10/18 12:0 a.m.7 views

Exposure of Data Element to Wrong Session

Overview johnpbloch/wordpress-core is a web software you can use to create a website or blog. Affected versions of this package are vulnerable to Exposure of Data Element to Wrong Session due to the improper handling of user session states. An attacker can escalate privileges and perform...

6.3CVSS7.1AI score
SaveExploits0References2
Code423n4
Code423n4
added 2022/10/12 12:0 a.m.12 views

Set admin emit event with wrong data

Lines of code Vulnerability details Impact emit AdminUpdatedadmin, newAdmin; will emit AdminUpdated with same values. Proof of Concept Tools Used Code analytics Recommended Mitigation Steps store address of admin before --- The text was updated successfully, but these errors were encountered: All...

7AI score
SaveExploits0
NVD
NVD
added 2022/10/10 2:15 p.m.56 views

CVE-2022-26121

An exposure of resource to wrong sphere vulnerability CWE-668 in FortiAnalyzer and FortiManager GUI 7.0.0 through 7.0.3, 6.4.0 through 6.4.8, 6.2.0 through 6.2.9, 6.0.0 through 6.0.11, 5.6.0 through 5.6.11 may allow an unauthenticated and remote attacker to access report template images via...

5.3CVSS0.00782EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/10/10 12:0 a.m.15 views

Fortinet FortiManager和FortiAnalyzer 安全漏洞

Fortinet FortiManager and Fortinet FortiAnalyzer, both from Fortinet, are a centralized network security management platform. Fortinet FortiAnalyzer is a centralized network security reporting solution. The product is mainly used to collect network log data and analyze, report and archive...

5.3CVSS6.4AI score0.00782EPSS
SaveExploits0References3
OSV
OSV
added 2022/09/28 2:15 p.m.1 views

DEBIAN-CVE-2021-43980

The simplified implementation of blocking reads and writes introduced in Tomcat 10 and back-ported to Tomcat 9.0.47 onwards exposed a long standing but extremely hard to trigger concurrency bug in Apache Tomcat 10.1.0 to 10.1.0-M12, 10.0.0-M1 to 10.0.18, 9.0.0-M1 to 9.0.60 and 8.5.0 to 8.5.77 tha...

3.7CVSS6.7AI score0.01983EPSS
SaveExploits0References1
OSV
OSV
added 2022/09/28 2:15 p.m.22 views

UBUNTU-CVE-2021-43980

The simplified implementation of blocking reads and writes introduced in Tomcat 10 and back-ported to Tomcat 9.0.47 onwards exposed a long standing but extremely hard to trigger concurrency bug in Apache Tomcat 10.1.0 to 10.1.0-M12, 10.0.0-M1 to 10.0.18, 9.0.0-M1 to 9.0.60 and 8.5.0 to 8.5.77 tha...

3.7CVSS6.7AI score0.01983EPSS
SaveExploits0References6
Rows per page
Query Builder