Lucene search
+L

12059 matches found

Positive Technologies
Positive Technologies
added 2022/11/14 12:00 a.m.8 views

PT-2022-35466 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.10.150 Description: The issue is related to an uninit-value in the idmouse open function. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel versions prior t...

7.2AI score
SaveExploits0References1
Code423n4
Code423n4
added 2022/11/13 12:00 a.m.8 views

Missing check of return value of ETH transfer

Lines of code Vulnerability details Impact When users uses ETH to batch buy NFTs, if the transaction fails, the aggregator contract will call the function returnETHIfAny to return the ETH to the user. This function transfers all the balance in the contract to the recipient through call, but there...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/13 12:00 a.m.9 views

call opcode's return value not checked.

Lines of code Vulnerability details Impact The call opcode's return value not checked, which could leads to the originator lose funds. Proof of Concept The caller of LooksRareAggregator.sol::execute could be a contract who may not implement the fallback or receive function, when a call to it with...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/11/12 12:00 a.m.8 views

PT-2022-36765 · Git +1 · Suricata

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a crash caused by a use-of-uninitialized-value error. The crash occurs in the TLSDecodeHandshakeHello function, which is part of...

6.8AI score
SaveExploits0References2
OSV
OSV
added 2022/11/11 11:05 a.m.5 views

OESA-2022-2081 libxml2 security update

This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified. The output can be a simple SAX strea...

8.1CVSS7.1AI score0.22791EPSS
SaveExploits2References3
OSV
OSV
added 2022/11/11 11:05 a.m.5 views

OESA-2022-2047 bluez security update

This package provides all utilities for use in Bluetooth applications. The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. Security Fixes: An issue was discovered in gatt-database.c in BlueZ 5.61. A use-after-free can occur when a client disconnects during D-Bus processing of a...

9.1CVSS8.3AI score0.0166EPSS
SaveExploits0References3
Fedora
Fedora
added 2022/11/10 10:57 p.m.22 views

[SECURITY] Fedora 37 Update: php-wikimedia-cdb-2.0.0-8.fc37

CDB, short for "constant database", refers to a very fast and highly reliable database system which uses a simple file with key value pairs. This library wraps the CDB functionality exposed in PHP via the dba functions. In cases where dba functions are not present or are not compiled with CDB...

7.3AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/11/10 10:15 p.m.6 views

CVE-2022-40225

A vulnerability has been identified in SIPLUS TIM 1531 IRC 6AG1543-1MX00-7XE0 All versions V2.4.8, TIM 1531 IRC 6GK7543-1MX00-0XE0 All versions V2.4.8. Casting an internal value could lead to floating point exception under certain circumstances. This could allow an attacker to cause a denial of...

7.5CVSS7AI score0.00622EPSS
SaveExploits0References2
OSV
OSV
added 2022/11/10 2:01 p.m.6 views

SUSE-SU-2022:3941-1 Security update for xwayland

This update for xwayland fixes the following issues: - CVE-2022-3550: Fixed out of bounds read/write in GetCountedString bsc1204412. - CVE-2022-3551: Fixed various leaks of the return value of GetComponentSpec bsc1204416...

8.8CVSS7.5AI score0.01849EPSS
SaveExploits0References5
Code423n4
Code423n4
added 2022/11/10 12:00 a.m.10 views

Getting collateral value by calling previewRedeem can be manipulated

Lines of code Vulnerability details Proof of Concept The code in EscrowLib is trying to calculate the value of a collateral by calling the previewRedeem method of an ERC4626 vault, when the collateral is a token from such a vault. The EIP4626 specification explicitly says The preview methods retu...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/11/09 12:00 a.m.11 views

PT-2022-26762 · Intelliants · Intelliants Subrion Cms

Name of the Vulnerable Software and Affected Versions: Intelliants Subrion CMS version 4.2.1 Description: A cross-site scripting XSS issue in the "/panel/fields/add" component allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Field default value tex...

6.1CVSS6AI score0.00503EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2022/11/09 12:00 a.m.9 views

Subrion CMS 跨站脚本漏洞

Subrion CMS is a PHP-based content management system CMS from the Subrion team. The system can be integrated into a website and supports a variety of extension plugins and more. A cross-site scripting vulnerability exists in Subrion CMS version v4.2.1. An attacker can exploit this vulnerability t...

6.1CVSS6.3AI score0.00503EPSS
SaveExploits1References2
The Coalfire Blog
The Coalfire Blog
added 2022/11/08 9:45 p.m.14 views

Mobile app usage soars but security still falls short

Benchmark analysis of mobile apps shows 99% have security or privacy vulnerabilities. These weaknesses can cause exposure of sensitive information and jeopardize brand reputation, customer trust and company value...

2.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/11/08 9:35 a.m.11 views

httpd: mod_lua: Use of uninitialized value of in r:parsebody

A flaw was found in the modlua module of httpd. A crafted request body can cause a read to a random memory area due to an uninitialized value in functions called by the parsebody function. The highest threat from this vulnerability is to system availability...

7.5CVSS7.1AI score0.69803EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:34 a.m.14 views

golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working

A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality...

6.5CVSS6.6AI score0.01355EPSS
SaveExploits1References6
OSV
OSV
added 2022/11/08 6:22 a.m.28 views

RLSA-2022:7541 Low: redis:6 security, bug fix, and enhancement update

Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, ...

3.9CVSS7.1AI score0.02264EPSS
SaveExploits2References4
AlmaLinux
AlmaLinux
added 2022/11/08 12:00 a.m.127 views

Low: redis:6 security, bug fix, and enhancement update

Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, ...

7.8CVSS7.5AI score0.02264EPSS
SaveExploits2References6
Code423n4
Code423n4
added 2022/11/08 12:00 a.m.35 views

Contracts will not working correctly after February 2106. Vesting will be locked forever if withdrawn after February 2106.

Lines of code Vulnerability details Impact Contracts will not working correctly after February 2106. Migration takes costs and is risky. You shouldn't pass on this work to future programmers. You should fix it in the first place. In case anything went wrong during migration, a big fund loss will...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/11/08 12:00 a.m.35 views

ALSA-2022:7541 Low: redis:6 security, bug fix, and enhancement update

Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, ...

7.8CVSS7.1AI score0.02264EPSS
SaveExploits2References6
NVD
NVD
added 2022/11/04 6:15 p.m.23 views

CVE-2022-20868

A vulnerability in the web-based management interface of Cisco Email Security Appliance, Cisco Secure Email and Web Manager and Cisco Secure Web Appliance could allow an authenticated, remote attacker to elevate privileges on an affected system. The attacker needs valid credentials to exploit thi...

8.8CVSS0.00715EPSS
SaveExploits0References1
Rows per page
Query Builder