Lucene search
+L

2522 matches found

Malwarebytes
Malwarebytes
added 2021/09/17 2:34 p.m.15 views

Facebook’s own research reveals the harm that Instagram can inflict

For years, people have accused social media, and particularly image-driven sites like Instagram, of being bad for young people, particularly young women. It turns that Instagrams owner, Facebook, agrees. Thirty-two percent of teen girls said that when they felt bad about their bodies, Instagram...

7AI score
SaveExploits0
NVD
NVD
added 2021/09/15 1:15 p.m.27 views

CVE-2021-3797

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

9.8CVSS0.01148EPSS
SaveExploits1References2
OSV
OSV
added 2021/09/15 1:15 p.m.22 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.21 views

Design/Logic Flaw

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

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

CVE-2021-3797 Use of Wrong Operator in String Comparison in hestiacp/hestiacp

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

4.8CVSS9.7AI score0.01148EPSS
SaveExploits1References2
CVE
CVE
added 2021/09/15 1:5 p.m.58 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
Huntr
Huntr
added 2021/09/10 8:8 a.m.42 views

in hestiacp/hestiacp

✍️ Description $SESSION"token" is a csrf token which is a md5 hash generated based on system time. It has been discovered that $SESSION"token" compares with $GET"token" using comparison operator != in file index.php. This might cause unexpected behavior due to type juggling. It is possible to...

7.5CVSS0.7AI score0.01148EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2021/08/30 4:15 p.m.41 views

Authorization Policy Bypass Due to Case Insensitive Host Comparison

Impact According to RFC 4343, Istio authorization policy should compare the hostname in the HTTP Host header in a case insensitive way, but currently the comparison is case sensitive. The Envoy proxy will route the request hostname in a case-insensitive way which means the authorization policy...

8.3CVSS7.4AI score0.01186EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/08/26 4:15 p.m.6 views

CVE-2021-40147

EmTec ZOC before 8.02.2 allows \e201 pastes, a different vulnerability than CVE-2021-32198...

9.8CVSS7.3AI score0.01117EPSS
SaveExploits0References1
Veracode
Veracode
added 2021/08/26 4:39 a.m.6 views

Privilege Escalation

github.com/istio/istio is vulnerable to privilege escalation. Lack of case-sensitive comparison of hostname in the HTTP Host header allows an attacker to bypass the authorization policy as it causes the Envoy proxy to route the request hostname in a case-insensitive way...

8.3CVSS8.2AI score0.01186EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:45 p.m.47 views

GHSA-WRVC-72W7-XPMJ Incorrect Comparison in sodiumoxide

An issue was discovered in the sodiumoxide crate starting with 0.2.0 and prior to 0.2.5 for Rust. generichash::Digest::eq compares itself to itself and thus has degenerate security properties...

9.8CVSS9.4AI score0.01484EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:45 p.m.32 views

Incorrect Comparison in sodiumoxide

An issue was discovered in the sodiumoxide crate starting with 0.2.0 and prior to 0.2.5 for Rust. generichash::Digest::eq compares itself to itself and thus has degenerate security properties...

9.8CVSS9AI score0.01484EPSS
SaveExploits0References6Affected Software1
RedhatCVE
RedhatCVE
added 2021/08/24 10:15 p.m.42 views

CVE-2021-39155

An authorization bypass vulnerability was found in istio/istio. The case insensitive host comparison incorrectly works when evaluating rules specified with host or notHost. This flaw allows an attacker to bypass an Istio authorization policy that uses hosts in the rules, potentially gaining acces...

8.3CVSS3.9AI score0.01186EPSS
SaveExploits0References4
NVD
NVD
added 2021/08/19 11:15 a.m.41 views

CVE-2021-31227

An issue was discovered in HCC embedded InterNiche 4.0.1. A potential heap buffer overflow exists in the code that parses the HTTP POST request, due to an incorrect signed integer comparison. This vulnerability requires the attacker to send a malformed HTTP packet with a negative Content-Length,...

7.5CVSS0.01675EPSS
SaveExploits0References2
Prion
Prion
added 2021/08/19 11:15 a.m.25 views

Heap overflow

An issue was discovered in HCC embedded InterNiche 4.0.1. A potential heap buffer overflow exists in the code that parses the HTTP POST request, due to an incorrect signed integer comparison. This vulnerability requires the attacker to send a malformed HTTP packet with a negative Content-Length,...

5CVSS8.8AI score0.01675EPSS
SaveExploits0References2Affected Software1
Kitploit
Kitploit
added 2021/08/18 12:30 p.m.59 views

AuraBorealisApp - Do You Know What's In Your Python Packages? A Tool For Visualizing Python Package Registry Security Audit Data

AuraBorealis is a web application for visualizing anomalous and potentially malicious code in Python package registries. It uses security audit data produced by scanning the Python Package Index PyPI via Aura, a static analysis designed for large scale security auditing of Python packages. The...

7.5AI score
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2021/08/17 7:0 a.m.7 views

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup.Due to errors in the logic the config matching function did not take 'issuercert' into account and it compared the involved paths *case insensitively*which could lead to libcurl reusing wrong connections.File paths are or can be case sensitive on many systems but not all and caneven vary depending on used file systems.The comparison also didn't include the 'issuer cert' which a transfer can setto qualify how to verify the server certificate.

...

4.3CVSS6.2AI score0.0627EPSS
SaveExploits1
OSV
OSV
added 2021/08/05 9:15 p.m.41 views

CVE-2021-22924

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved paths case insensitively,which could lead ...

3.7CVSS2.5AI score0.0627EPSS
SaveExploits1References15
NVD
NVD
added 2021/08/05 9:15 p.m.22 views

CVE-2021-22924

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved paths case insensitively,which could lead ...

4.3CVSS0.0627EPSS
SaveExploits1References15
Cvelist
Cvelist
added 2021/08/05 8:16 p.m.33 views

CVE-2021-22924

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved paths case insensitively,which could lead ...

6AI score0.0627EPSS
SaveExploits1References15
Rows per page
Query Builder