Lucene search
+L

1197 matches found

Code423n4
Code423n4
added 2021/09/29 12:0 a.m.10 views

HybridPool._updateReserves Wrong implementation

Handle WatchPug Vulnerability details HybridPool.updateReserves is supposed to update the reserves to the latest bento share amounts. Instead, it uses underlying token amounts. In the getReserves function, reserves are treated as bento share amounts and get converted to underlying token amounts...

6.7AI score
SaveExploits0
CNNVD
CNNVD
added 2021/09/16 12:0 a.m.11 views

Enbra EWM 安全漏洞

Enbra Ewm is a universal reading device from the Czech company Enbra. It uses a radio to read water meters, heating cost indicators and calorimeters. An access control error vulnerability exists in Enbra EWM version 1.7.29, which originates in Enbra EWM and several tested wireless M-Bus sensors,...

6.2CVSS5.8AI score0.00226EPSS
SaveExploits0References2
OSV
OSV
added 2021/09/15 1:15 p.m.21 views

CVE-2021-3797

hestiacp is vulnerable to Use of Wrong Operator in String Comparison...

9.8CVSS6.8AI score
SaveExploits0References2
Prion
Prion
added 2021/09/15 1:15 p.m.19 views

Design/Logic Flaw

hestiacp is vulnerable to Use of Wrong Operator in String Comparison...

7.5CVSS9.4AI score0.01148EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/09/15 1:5 p.m.55 views

CVE-2021-3797

The CVE-2021-3797 entry for hestiacp has concrete technical details in connected data: in huntr’s description of hestiacp/hestiacp, a CSRF token check uses the != operator to compare $_SESSION["token"] with $_GET["token"] in index.php. This type juggling can bypass the CSRF token, enabling CSRF a...

9.8CVSS7.2AI score0.01148EPSS
SaveExploits1References2Affected Software1
Code423n4
Code423n4
added 2021/09/15 12:0 a.m.8 views

Controller.setCap sets wrong vault balance

Handle cmichel Vulnerability details The Controller.setCap function sets a cap for a strategy and withdraws any excess amounts diff. The vault balance is decreased by the entire strategy balance instead of by this diff: // @audit why not sub diff? vaultDetailsvault.balance =...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/09/15 12:0 a.m.15 views

wrong YAXIS estimates

Handle cmichel Vulnerability details The Harvester.getEstimates contract tries to estimate a YAXIS amount but uses the wrong path and/or amount. It currently uses a WETH input amount to compute a YAXIS - WETH trade. address memory path; path0 = IStrategystrategy.want; path1 =...

6.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2021/09/14 12:37 p.m.6 views

keycloak: Brute force attack is possible even after the account lockout

A flaw was found in keycloak where a brute force attack is possible even when the permanent lockout feature is enabled. This is due to a wrong error message displayed when wrong credentials are entered. The highest threat from this vulnerability is to confidentiality...

7.5CVSS5.7AI score0.00684EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2021/09/08 12:0 a.m.7 views

CvxLocker.setBoost wrong validation

Handle cmichel Vulnerability details Vulnerability Details The CvxLocker.setBoost function does not validate the max, rate parameters, instead it validates the already set storage variables. // @audit this is checking the already-set storage variables, not the parameters requiremaximumBoostPaymen...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2021/08/28 3:0 p.m.51 views

On : No Rate Limit in Login Page

The login page of the website did not have a rate limit implemented, allowing an attacker to perform brute force attacks by trying multiple login attempts without being restricted...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2021/08/26 3:23 p.m.7 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 2021/08/25 8:53 p.m.25 views

GHSA-3CJ3-JRRP-9RXF Unchecked Return Value in xcb

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS9AI score0.01754EPSS
SaveExploits4References4
OSV
OSV
added 2021/08/25 7:15 p.m.10 views

UBUNTU-CVE-2021-22236

Due to improper handling of OAuth client IDs, new subscriptions generated OAuth tokens on an incorrect OAuth client application. This vulnerability is present in GitLab CE/EE since version 14.1...

8.8CVSS5.8AI score0.00865EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2021/08/25 12:0 a.m.12 views

PT-2021-6756 · Gitlab · Gitlab Ce/Ee +1

Name of the Vulnerable Software and Affected Versions: GitLab CE/EE versions 14.1 and later Description: The issue is related to the improper handling of OAuth client IDs, which causes new subscriptions to generate OAuth tokens on an incorrect OAuth client application. This can allow a remote...

9CVSS8.2AI score0.00865EPSS
SaveExploits0References14
OSV
OSV
added 2021/08/17 8:15 p.m.5 views

CVE-2021-29982

Due to incorrect JIT optimization, we incorrectly interpreted data from the wrong type of object, resulting in the potential leak of a single bit of memory. This vulnerability affects Firefox 91 and Thunderbird 91...

6.5CVSS7.4AI score0.01124EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/11 6:21 p.m.9 views

apache-httpclient: incorrect handling of malformed authority component in request URIs

Apache HttpClient versions prior to version 4.5.13 and 5.0.3 can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution...

5.3CVSS7.2AI score0.08665EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2021/08/10 7:52 a.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
UbuntuCve
UbuntuCve
added 2021/08/10 6:0 a.m.39 views

CVE-2021-3672

A flaw was found in c-ares library, where a missing input validation check of host names returned by DNS Domain Name Servers can lead to output of wrong hostnames which might potentially lead to Domain Hijacking. The highest threat from this vulnerability is to confidentiality and integrity as we...

6.8CVSS6.7AI score0.02596EPSS
SaveExploits1References4
OSV
OSV
added 2021/08/08 6:15 a.m.15 views

CVE-2021-38191

An issue was discovered in the tokio crate before 1.8.1 for Rust. Upon a JoinHandle::abort, a Task may be dropped in the wrong thread...

5.9CVSS6.7AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2021/08/08 6:15 a.m.26 views

CVE-2021-38191

An issue was discovered in the tokio crate before 1.8.1 for Rust. Upon a JoinHandle::abort, a Task may be dropped in the wrong thread...

5.9CVSS6.2AI score0.00836EPSS
SaveExploits1References6
Rows per page
Query Builder