Lucene search
+L

14443 matches found

CNNVD
CNNVD
added 2022/07/19 12:00 a.m.11 views

Oracle Financial Services Applications 输入验证错误漏洞

Oracle Financial Services Applications is a suite of financial services software from Oracle USA. The product includes core banking, online banking, and property management. An input validation error vulnerability exists in Oracle Banking Trade Finance component: Infrastructure version 14.5, whic...

5.9CVSS7AI score0.00533EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2022/07/19 12:00 a.m.16 views

Reentrancy from _transferAndBurnFuses

Lines of code Vulnerability details Impact Reentrancy attack Proof of Concept The function transferAndBurnFuses is not performing Checks-Effects-Interactions pattern, and updates fuses after NFTs are transfered. An attacker can reenter because transfer is performing a doSafeTransferAcceptanceChec...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/07/18 3:34 p.m.10 views

SUSE-SU-2022:2430-1 Security update for nodejs12

This update for nodejs12 fixes the following issues: - CVE-2022-32212: Fixed DNS rebinding in --inspect via invalid IP addresses bsc1201328. - CVE-2022-32213: Fixed HTTP request smuggling due to flawed parsing of Transfer-Encoding bsc1201325. - CVE-2022-32214: Fixed HTTP request smuggling due to...

8.1CVSS7.2AI score0.82456EPSS
SaveExploits3References9
OpenVAS
OpenVAS
added 2022/07/18 12:00 a.m.41 views

Mageia: Security Advisory (MGASA-2022-0262)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

7.5CVSS7.4AI score0.02267EPSS
SaveExploits3References13
ATTACKERKB
ATTACKERKB
added 2022/07/17 9:15 p.m.5 views

CVE-2022-27934

Pexip Infinity before 27.3 allows remote attackers to trigger a software abort via HTTP...

7.5CVSS7.1AI score0.01149EPSS
SaveExploits0References2
OSV
OSV
added 2022/07/17 9:15 p.m.11 views

CVE-2022-27929

Pexip Infinity 27.x before 27.3 allows remote attackers to trigger a software abort via HTTP...

7.5CVSS5.8AI score0.01149EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2022/07/17 12:00 a.m.18 views

If baseJoin's available balance is greater than callers' amount no underlying will be transferred.

Lines of code Vulnerability details Impact If callers' amount is greater than baseJoin's available balance no underlying will be transferred but caller still gets liquidatorCut. This may also negatively impact the accounting since its updated under the assumption that the caller will transfer...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/07/17 12:00 a.m.21 views

Multiple auction can run on same vault - Collateral loss

Lines of code Vulnerability details Impact Due to insufficient checks, it is possible to run 2 auctions at same time. This can lead to loss of collateral for this vault as collateral quantity placed for auction will double Proof of Concept 1. User starts auction on vault id 1 which transfer...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/07/17 12:00 a.m.21 views

Caller can receive liquidatorCut without transferring underlying when calling payBase()

Lines of code Vulnerability details Impact If baseJoin's available balance is greater than callers' amount no underlying will be transferred but caller still gets liquidatorCut. This may also negatively impact the accounting since its updated under the assumption that the caller will transfer...

6.7AI score
SaveExploits0
Mageia
Mageia
added 2022/07/16 7:58 p.m.100 views

Updated golang packages fix security vulnerability

net/http: improper sanitization of Transfer-Encoding header The HTTP/1 client accepted some invalid Transfer-Encoding headers as indicating a "chunked" encoding. This could potentially allow for request smuggling, but only if combined with an intermediate server that also improperly failed to...

7.5CVSS0.7AI score0.02267EPSS
SaveExploits3References11
OSV
OSV
added 2022/07/15 8:44 p.m.69 views

GHSA-C28R-HW5M-5GV3 Partial Path Traversal in com.amazonaws:aws-java-sdk-s3

Overview A partial-path traversal issue exists within the downloadDirectory method in the AWS S3 TransferManager component of the AWS SDK for Java v1. Applications using the SDK control the destinationDirectory argument, but S3 object keys are determined by the application that uploaded the...

7.9CVSS6.7AI score0.01527EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2022/07/15 10:32 a.m.47 views

CVE-2022-1705

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS3.4AI score0.01367EPSS
SaveExploits1References5
Fedora
Fedora
added 2022/07/15 1:36 a.m.106 views

[SECURITY] Fedora 35 Update: curl-7.79.1-5.fc35

curl is a command line tool for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMA P, SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,...

9.8CVSS8.1AI score0.3216EPSS
SaveExploits4
Github Security Blog
Github Security Blog
added 2022/07/15 12:00 a.m.34 views

llhttp allows HTTP Request Smuggling via Flawed Parsing of Transfer-Encoding

The llhttp parser in the http module in Node.js v17.x does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling HRS. Impacts: - All versions of the nodejs 18.x, 16.x, and 14.x releases lines. - llhttp v6.0.7 and llhttp v2.1.5 contains the fixes that we...

6.5CVSS6.9AI score0.44075EPSS
SaveExploits1References11Affected Software1
OSV
OSV
added 2022/07/15 12:00 a.m.46 views

GHSA-5689-V88G-G6RV llhttp allows HTTP Request Smuggling via Flawed Parsing of Transfer-Encoding

The llhttp parser in the http module in Node.js v17.x does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling HRS. Impacts: - All versions of the nodejs 18.x, 16.x, and 14.x releases lines. - llhttp v6.0.7 and llhttp v2.1.5 contains the fixes that we...

9.1CVSS7.4AI score0.44075EPSS
SaveExploits1References10
Code423n4
Code423n4
added 2022/07/15 12:00 a.m.18 views

Not safe transferFrom

Lines of code Vulnerability details Impact The Safe library says: @dev Caution! This library won't check that a token has code, responsibility is delegated to the caller. But this check is not made in Swivel contract, so the Safe library it's prone to phantom methods attacks. Supposedly it is a...

6.7AI score
SaveExploits0
CNNVD
CNNVD
added 2022/07/15 12:00 a.m.6 views

Amazon AWS SDK for Java 路径遍历漏洞

Amazon AWS SDK for Java is a software development kit for Amazon Web Services AWS for the Java platform from Amazon.com, Inc. A path traversal vulnerability exists in AWS SDK for Java v1 prior to version 1.12.261, which stems from the fact that AWS SDK for Java enables Java developers to work wit...

7.9CVSS6.8AI score0.01527EPSS
SaveExploits1References4
BDU FSTEC
BDU FSTEC
added 2022/07/15 12:00 a.m.11 views

The vulnerability of the providers.dll library in the Node.js software platform, related to HTTP request processing flaws, allows attackers to execute arbitrary code.

The vulnerability of the providers.dll library in the Node.js software platform is related to an uncontrolled search path during the loading of DLL libraries. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

7.5CVSS7AI score0.01752EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2022/07/15 12:00 a.m.17 views

PT-2022-20574 · Amazon +1 · Aws Sdk For Java +1

Name of the Vulnerable Software and Affected Versions: AWS SDK for Java versions prior to 1.12.261 Description: A partial-path traversal issue exists within the downloadDirectory method in the AWS S3 TransferManager component of the AWS SDK for Java. This issue allows a knowledgeable actor to...

7.9CVSS7.6AI score0.01527EPSS
SaveExploits1References12
CNVD
CNVD
added 2022/07/15 12:00 a.m.50 views

HUAWEI EMUI information leakage vulnerability

HUAWEI EMUI is an Android-based mobile operating system developed by China's Huawei HUAWEI. version 12.0.0 of HUAWEI EMUI has an information disclosure vulnerability that stems from the improper use of pointers during data transfer in the video framework, which is used by attackers to affect devi...

7.5CVSS3.3AI score0.00835EPSS
SaveExploits0References1
Rows per page
Query Builder