Lucene search
+L

7343 matches found

OSV
OSV
added 2022/01/06 10:9 p.m.52 views

GHSA-QWVX-C8J7-5G75 Use of Uninitialized Resource in tectonic_xdv

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References6
OSV
OSV
added 2022/01/06 10:4 p.m.69 views

GHSA-9HFG-PXR6-Q4VP Use of a Broken or Risky Cryptographic Algorithm in crypto2

The implementation does not enforce alignment requirements on input slices while incorrectly assuming 4-byte alignment through an unsafe call to std::slice::fromrawpartsmut, which breaks the contract and introduces undefined behavior. This affects Chacha20 encryption and decryption in crypto2...

9.8CVSS7.2AI score0.00753EPSS
SaveExploits0References5
NVD
NVD
added 2022/01/05 11:15 a.m.29 views

CVE-2021-22567

Bidirectional Unicode text can be interpreted and compiled differently than how it appears in editors which can be exploited to get nefarious code passed a code review by appearing benign. An attacker could embed a source that is invisible to a code reviewer that modifies the behavior of a progra...

4.6CVSS0.00599EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/01/05 10:55 a.m.33 views

CVE-2021-22567 Bidirectional Override in Dart SDK

Bidirectional Unicode text can be interpreted and compiled differently than how it appears in editors which can be exploited to get nefarious code passed a code review by appearing benign. An attacker could embed a source that is invisible to a code reviewer that modifies the behavior of a progra...

4.6CVSS5.1AI score0.00599EPSS
SaveExploits0References2
Hacker One
Hacker One
added 2022/01/03 1:57 a.m.14 views

GitLab: Arbitrary file read via the bulk imports UploadsPipeline

Summary The bulk imports api does not remove symlinks when untaring the uploads.tar.gz file, allowing arbitrary files to be read and uploaded when importing a group. When a group has uploads such as markdown attachments, an uploads.tar.gz file will be downloaded and extracted in the...

7.1AI score
SaveExploits0
RustSec
RustSec
added 2022/01/02 12:0 p.m.14 views

Delegate functions are missing `Send` bound

Affected versions of this crate did not require event handlers to have Send bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior. The flaw was corrected in commit afe3252 by adding Send bounds...

3.1AI score
SaveExploits0Affected Software1
OSV
OSV
added 2022/01/02 12:0 p.m.29 views

RUSTSEC-2022-0008 Delegate functions are missing `Send` bound

Affected versions of this crate did not require event handlers to have Send bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior. The flaw was corrected in commit afe3252 by adding Send bounds...

7AI score
SaveExploits0References3
ThreatPost
ThreatPost
added 2021/12/29 7:13 p.m.42 views

Threat Advisory: E-commerce Bots Use Domain Registration Services for Mass Account Fraud

While researching a recent large-scale bot campaign with CQ Prime Threat Research team lead, Dean Lendrum, we found attackers using domain parking and monetization services to register multiple domains, creating a large number of fake eCommerce accounts per domain. TL; DR ------ Analysis of...

7.8AI score
SaveExploits0References3
FreeBSD
FreeBSD
added 2021/12/27 12:0 a.m.37 views

minio -- User privilege escalation

minio developers report: AddUser API endpoint was exposed to a legacy behavior. i.e it accepts a "policy" field This API is mainly used to create a user or update a user's password. However, a malicious client can hand-craft an HTTP API call that allows for updating Policy for a user and gaining...

8.8CVSS1.9AI score0.35462EPSS
SaveExploits3References1
The Hacker News
The Hacker News
added 2021/12/23 7:51 a.m.55 views

4-Year-Old Bug in Azure App Service Exposed Hundreds of Source Code Repositories

A security flaw has been unearthed in Microsoft's Azure App Service that resulted in the exposure of source code of customer applications written in Java, Node, PHP, Python, and Ruby for at least four years since September 2017. The vulnerability, codenamed "NotLegit," was reported to the tech...

7.1AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2021/12/21 1:37 p.m.59 views

Security Bulletin: A vulnerability in Apache Log4j (CVE-2021-45046) impacts IBM® QRadar User Behavior Analytics add on to IBM® QRadar SIEM.

Summary There is a vulnerability in Apache Log4j which is used by IBM® QRadar User Behavior AnalyticsUBA to log system events. Vulnerability Details CVEID: CVE-2021-45046 DESCRIPTION: Apache Log4j could result in remote code execution, caused by an incomplete fix of CVE-2021-44228 in certain...

10CVSS1.2AI score0.99999EPSS
SaveExploits362Affected Software1
CNVD
CNVD
added 2021/12/21 12:0 a.m.9 views

ASG2100 has weak password vulnerability

ASG2100 is an Internet behavior management product. ASG2100 is vulnerable to a weak password vulnerability. An attacker could exploit this vulnerability to obtain sensitive information...

2.3AI score
SaveExploits0
Prion
Prion
added 2021/12/20 8:15 p.m.19 views

Design/Logic Flaw

In sourcecodetester Engineers Online Portal as of 10-21-21, an attacker can manipulate the Host header as seen by the web application and cause the application to behave in unexpected ways. Very often multiple websites are hosted on the same IP address. This is where the Host Header comes in. Thi...

6.8CVSS8.6AI score0.01227EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/12/20 7:24 p.m.27 views

CVE-2021-43437

In sourcecodetester Engineers Online Portal as of 10-21-21, an attacker can manipulate the Host header as seen by the web application and cause the application to behave in unexpected ways. Very often multiple websites are hosted on the same IP address. This is where the Host Header comes in. Thi...

8.8AI score0.01227EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2021/12/19 12:0 a.m.11 views

SingleNativeTokenExitV2 only returns single output token

Handle cmichel Vulnerability details The SingleNativeTokenExitV2.exit function performs a list of arbitrary user-defined swaps on the exited token basket. These could result in many different final "output" tokens ending up in the contract after the swaps. However, the contract assumes that there...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/19 12:0 a.m.12 views

wrong withdraw

Handle certora Vulnerability details the comment says that the function should byrn user shares, but it also mints them. in addition, that function transfers tokens from msg.sender to addressthis, but it should be upside down. --- The text was updated successfully, but these errors were...

6.9AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2021/12/17 8:50 p.m.228 views

Security Bulletin: Log4j as used in IBM® QRadar User Behavior Analytics application add on to IBM® QRadar SIEM is vulnerable to remote code execution (RCE) (CVE-2021-44228)

Summary Log4j is used by IBM® QRadar User Behavior Analytics application to log system events. This bulletin provides a remediation for the vulnerability, CVE-2021-44228 by upgrading IBM® QRadar User Behavior Analytics application add on to IBM® QRadar SIEM and thus addressing the exposure to the...

10CVSS1.1AI score0.99999EPSS
SaveExploits360Affected Software1
CVE
CVE
added 2021/12/17 6:43 p.m.297 views

CVE-2021-34141

CVE-2021-34141 affects NumPy (numpy.core); the issue is an incomplete string comparison in versions prior to 1.22.0, potentially enabling a DoS via crafted input. Vendor notes describe the behavior as harmless, and no exploit details are provided in the sources beyond the vulnerability descriptio...

5.3CVSS5.5AI score0.01561EPSS
SaveExploits1References2Affected Software1
Microsoft CVE
Microsoft CVE
added 2021/12/16 8:0 a.m.7 views

Node.js before 16.6.0 14.17.4 and 12.22.4 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption to change process behavior.

...

9.8CVSS7AI score0.36453EPSS
SaveExploits0
NVD
NVD
added 2021/12/14 7:15 p.m.27 views

CVE-2021-4044

Internally libssl in OpenSSL calls X509verifycert on the client side to verify a certificate supplied by a server. That function may return a negative return value to indicate an internal error for example out of memory. Such a negative return value is mishandled by OpenSSL and will cause an IO...

7.5CVSS0.50099EPSS
SaveExploits0References3
Rows per page
Query Builder