Lucene search
+L

14242 matches found

Cvelist
Cvelist
added 2023/02/09 12:00 a.m.47 views

CVE-2022-43552

A use after free vulnerability exists in curl 7.87.0. Curl can be asked to tunnel virtually all protocols it supports through an HTTP proxy. HTTP proxies can and often do deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocat...

7AI score0.02511EPSS
SaveExploits1References5
Kaspersky
Kaspersky
added 2023/02/09 12:00 a.m.51 views

KLA20224 Multiple vulnerabilities in Microsoft Browser

Multiple vulnerabilities were found in Microsoft Browser. Malicious users can exploit these vulnerabilities to cause denial of service, execute arbitrary code, spoof user interface, bypass security restrictions. Below is a complete list of vulnerabilities: 1. Out of bounds read vulnerability in...

8.8CVSS9.6AI score0.01067EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2023/02/08 7:28 p.m.41 views

CVE-2022-42436 IBM MQ information disclosure

IBM MQ 8.0.0, 9.0.0, 9.1.0, 9.2.0, 9.3.0 Managed File Transfer could allow a local user to obtain sensitive information from diagnostic files. IBM X-Force ID: 238206...

4CVSS3.9AI score0.0018EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2023/02/08 5:28 p.m.42 views

varnish: Request Forgery Vulnerability

An HTTP Request Forgery issue was discovered in Varnish Cache. An attacker may introduce characters through HTTP/2 pseudo-headers that are invalid in the context of an HTTP/1 request line, causing the Varnish server to produce invalid HTTP/1 requests to the backend. This could be used to exploit...

7.5CVSS7.2AI score0.00979EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2023/02/08 12:00 a.m.11 views

The vulnerability of Mozilla Firefox and Firefox ESR browsers, related to errors in interpreting data loaded in multiple ways, allows attackers to read arbitrary files.

The vulnerability of Mozilla Firefox and Firefox ESR browsers is related to errors in interpreting data loaded in multiple ways. Exploiting this vulnerability allows a remote attacker to read arbitrary files by calling DataTransfer.setData...

7.6CVSS7.1AI score0.00641EPSS
SaveExploits0References13Affected Software6
CNNVD
CNNVD
added 2023/02/08 12:00 a.m.12 views

Future-Depth Institutional Management Website SQL注入漏洞

Future-Depth Institutional Management Website is a user-friendly institutional website from the individual developers at Future-Depth that offers various types of courses for students. A security vulnerability exists in Future-Depth Institutional Management Website IMS version 1.0. An attacker...

9.8CVSS8.9AI score0.00953EPSS
SaveExploits1References2
OSV
OSV
added 2023/02/07 9:15 p.m.6 views

DEBIAN-CVE-2023-0702

Type confusion in Data Transfer in Google Chrome prior to 110.0.5481.77 allowed a remote attacker who convinced a user to engage in specific UI interactions to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS8.2AI score0.00715EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/07 9:15 p.m.14 views

CVE-2023-0702

Type confusion in Data Transfer in Google Chrome prior to 110.0.5481.77 allowed a remote attacker who convinced a user to engage in specific UI interactions to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS5.6AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2023/02/07 9:15 p.m.7 views

CVE-2023-0702

Type confusion in Data Transfer in Google Chrome prior to 110.0.5481.77 allowed a remote attacker who convinced a user to engage in specific UI interactions to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS7.3AI score0.00715EPSS
SaveExploits0References4
Prion
Prion
added 2023/02/07 9:15 p.m.22 views

Type confusion

Type confusion in Data Transfer in Google Chrome prior to 110.0.5481.77 allowed a remote attacker who convinced a user to engage in specific UI interactions to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

6.8CVSS8.4AI score0.00715EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/02/07 9:15 p.m.4 views

UBUNTU-CVE-2023-0702

Type confusion in Data Transfer in Google Chrome prior to 110.0.5481.77 allowed a remote attacker who convinced a user to engage in specific UI interactions to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS7.3AI score0.00715EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/02/07 12:00 a.m.11 views

Google Chrome 安全漏洞

Google Chrome is a web browser from Google, Inc. in the United States. A security vulnerability exists in versions prior to Google Chrome 110.0.5481.77 that stems from a type confusion issue during data transfer. An attacker exploits the vulnerability to cause heap corruption via UI interaction...

8.8CVSS8.2AI score0.00715EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2023/02/07 12:00 a.m.47 views

CVE-2023-0702

Type confusion in Data Transfer in Google Chrome prior to 110.0.5481.77 allowed a remote attacker who convinced a user to engage in specific UI interactions to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS9.1AI score0.00715EPSS
SaveExploits0
Kaspersky
Kaspersky
added 2023/02/07 12:00 a.m.101 views

KLA20220 Multiple vulnerabilities in Google Chrome

Multiple vulnerabilities were found in Google Chrome. Malicious users can exploit these vulnerabilities to cause denial of service, execute arbitrary code. Below is a complete list of vulnerabilities: 1. Implementation vulnerability in Full screen mode can be exploited to cause denial of service...

8.8CVSS9.4AI score0.00883EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2023/02/07 12:00 a.m.14 views

MultiRewardStaking does not work with fee-on-transfer tokens

Lines of code Vulnerability details The way MultiRewardStaking handles deposits does not work with fee-on-transfer tokens: deposit uses convertToShares to compute the number of shares to mint, which returns assets - ie a 1:1 equivalence between shares and the number of asset tokens. 98: function...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/07 12:00 a.m.18 views

MultiRewardEscrow.claimRewards() can break for rebasing tokens

Lines of code Vulnerability details Rebasing tokens make balanceOf modifications arbitrarily e.g: Aave share tokens. If such token is used in an escrow, the balance could become insufficient at the time of claiming rewards, making it impossible to claim rewards for that escrow. Impact Medium Proo...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/07 12:00 a.m.14 views

Unsafe token transfer in MultiRewardStaking and VaultController contracts

Lines of code Vulnerability details Impact The vulnerability in the MultiRewardStaking and VaultController contracts lies in the usage of the transfer and transferFrom functions, which does not provide the safety checks for the transfer of tokens, especially since the reward token can have...

7.1AI score
SaveExploits0
CNVD
CNVD
added 2023/02/06 12:00 a.m.17 views

Moxa SDS-3008 Plaintext Transfer Vulnerability

Moxa SDS-3008 is a series of industrial switches from MOXA China. The Moxa SDS-3008 suffers from a plaintext transmission vulnerability that can be exploited by an attacker to cause the disclosure of sensitive information via specially crafted network sniffing...

7.5CVSS6.2AI score0.00646EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2023/02/06 12:00 a.m.9 views

HelpSystems GoAnywhere MFT 代码问题漏洞

HelpSystems GoAnywhere MFT is a hosted file transfer software from HelpSystems USA. A security vulnerability exists in HelpSystems GoAnywhere MFT that stems from incorrect authentication, which can lead to command injection...

7.2CVSS8.2AI score0.99999EPSS
SaveExploits12References13
The Hacker News
The Hacker News
added 2023/02/04 1:39 p.m.13 views

PixPirate: New Android Banking Trojan Targeting Brazilian Financial Institutions

A new Android banking trojan has set its eyes on Brazilian financial institutions to commit fraud by leveraging the PIX payments platform. Italian cybersecurity company Cleafy, which discovered the malware between the end of 2022 and the beginning of 2023, is tracking it under the name PixPirate...

6.8AI score
SaveExploits0
Rows per page
Query Builder