Lucene search
+L

961 matches found

Cvelist
Cvelist
•added 2021/05/26 11:56 p.m.•44 views

CVE-2021-3509

A flaw was found in Red Hat Ceph Storage 4, in the Dashboard component. In response to CVE-2020-27839, the JWT token was moved from localStorage to an httpOnly cookie. However, token cookies are used in the body of the HTTP response for the documentation, which again makes it available to XSS.The...

6.2AI score0.017EPSS
SaveExploits1References5
Hacker One
Hacker One
•added 2021/05/21 12:21 p.m.•30 views

Ruby: CGI::Cookieクラスにおけるセキュリティ上好ましくない仕様および実装

以下のCGIスクリプトについて、name、path、domainに改行、等号、改行のインジェクションが可能 !/usr/bin/env ruby require "cgi" cgi = CGI.new name = "name" path = "/" domain = "example.jp" cookie = CGI::Cookie.new'name' = name, 'value' = "value", 'domain' = domain, 'path' = path cgi.out"cookie" = cookie...

6.5CVSS0.0244EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2021/05/19 12:25 a.m.•67 views

CVE-2021-3509

A flaw was found in the Red Hat Ceph Storage Dashboard. In response to CVE-2020-27839, the JWT token was moved from localStorage to an httpOnly cookie. However, token cookies are used in the body of the HTTP response for the documentation, which again makes it available to XSS. The greatest threa...

8.1CVSS0.8AI score0.02449EPSS
SaveExploits1References3
CNVD
CNVD
•added 2021/05/07 12:00 a.m.•12 views

BTCPay Server Cross-Site Scripting Vulnerability

BTCPay Server is a self-hosted open source cryptocurrency payment processor. It is secure, private, uncensored and free. A cross-site scripting vulnerability exists in BTCPay Server 1.0.7.0 and earlier versions. The vulnerability stems from a failure to set the HTTPOnly flag for cookies. An...

5.3CVSS5.8AI score0.01201EPSS
SaveExploits0References1
NVD
NVD
•added 2021/05/05 1:15 p.m.•29 views

CVE-2021-29247

BTCPay Server through 1.0.7.0 could allow a remote attacker to obtain sensitive information, caused by failure to set the HTTPOnly flag for a cookie...

5.3CVSS0.01201EPSS
SaveExploits0References2
OSV
OSV
•added 2021/05/05 1:15 p.m.•16 views

CVE-2021-29247

BTCPay Server through 1.0.7.0 could allow a remote attacker to obtain sensitive information, caused by failure to set the HTTPOnly flag for a cookie...

5.3CVSS6.7AI score
SaveExploits0References2
Prion
Prion
•added 2021/05/05 1:15 p.m.•23 views

Information disclosure

BTCPay Server through 1.0.7.0 could allow a remote attacker to obtain sensitive information, caused by failure to set the HTTPOnly flag for a cookie...

5CVSS5.2AI score0.01201EPSS
SaveExploits0References2Affected Software1
attackerkb
attackerkb
•added 2021/05/05 1:15 p.m.•7 views

CVE-2021-29247

BTCPay Server through 1.0.7.0 could allow a remote attacker to obtain sensitive information, caused by failure to set the HTTPOnly flag for a cookie...

5.3CVSS6.2AI score0.01201EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2021/05/05 12:25 p.m.•34 views

CVE-2021-29247

BTCPay Server through 1.0.7.0 could allow a remote attacker to obtain sensitive information, caused by failure to set the HTTPOnly flag for a cookie...

5.5AI score0.01201EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2021/05/05 12:00 a.m.•14 views

BTCPay Server 信息泄露漏洞

BTCPay Server is a self-hosted open source cryptocurrency payment processor. It is secure, private, uncensored and free. A cross-site scripting vulnerability exists in BTCPay Server 1.0.7.0 and earlier versions. The vulnerability stems from a failure to set the HTTPOnly flag for cookies. An...

5.3CVSS5.2AI score0.01201EPSS
SaveExploits0References3
Citrix
Citrix
•added 2021/03/19 12:00 a.m.•29 views

How to Force Secure and HttpOnly Cookie Options for Websites Using NetScaler Appliance

The web administrators may forceSecure and/orHttpOnly flags on the Session ID and the authentication cookies that are generated by the web applications. Modifying Set-Cookie headers to include these two options can be done using an http Load Balancing Virtual Server and Rewrite Policies on a...

7.1AI score
SaveExploits0
nodejs
nodejs
•added 2021/02/22 5:29 p.m.•80 views

Cross-Site Request Forgery (CSRF)

Overview Affected versions of the fastify-csrf package are vulnerable to Cross-site Request Forgery CSRF. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: path: '/', sameSite: true . Also, the CSRF token was available in the GET query parameter...

6.8CVSS2.3AI score0.0098EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
•added 2021/01/20 9:30 p.m.•43 views

Cross-site Request Forgery in fastify-csrf

The package fastify-csrf before 3.0.0 has a set of issues that affect its ability to do CSRF protection. 1. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: path: '/', sameSite: true 2. The CSRF token was available in the GET query parameter...

8.8CVSS8.4AI score0.0098EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2021/01/19 3:15 p.m.•22 views

CVE-2020-28482

This affects the package fastify-csrf before 3.0.0. 1. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: path: '/', sameSite: true 2. The CSRF token was available in the GET query parameter...

8.8CVSS6.8AI score
SaveExploits0References2
Prion
Prion
•added 2021/01/19 3:15 p.m.•25 views

Cross site request forgery (csrf)

This affects the package fastify-csrf before 3.0.0. 1. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: path: '/', sameSite: true 2. The CSRF token was available in the GET query parameter...

6.8CVSS8.7AI score0.0098EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
•added 2021/01/19 2:50 p.m.•36 views

CVE-2020-28482 Cross-site Request Forgery (CSRF)

This affects the package fastify-csrf before 3.0.0. 1. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: path: '/', sameSite: true 2. The CSRF token was available in the GET query parameter...

5.9CVSS8.8AI score0.0098EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2021/01/19 12:00 a.m.•14 views

Fastify Fastify-csrf Cross-Site Request Forgery Vulnerability

Fastify Fastify-csrf is a Javascript-based plugin that provides CSRF protection for Fastify in the Fastify community. A security vulnerability exists in fastify-csrf before 3.0.0 due to an insecure default value being used in the generated cookie, no httpOnly, and CSRF tokens being available in t...

8.8CVSS7.3AI score0.0098EPSS
SaveExploits0References2
NVD
NVD
•added 2021/01/04 3:15 a.m.•30 views

CVE-2021-21494

MK-AUTH through 19.01 K4.9 allows XSS via the admin/logsajax.php tipo parameter. An attacker can leverage this to read the centralmka2 session token cookie, which is not set to HTTPOnly...

4.8CVSS4.8AI score0.00512EPSS
SaveExploits1References2
Prion
Prion
•added 2021/01/04 3:15 a.m.•32 views

Design/Logic Flaw

MK-AUTH through 19.01 K4.9 allows XSS via the admin/logsajax.php tipo parameter. An attacker can leverage this to read the centralmka2 session token cookie, which is not set to HTTPOnly...

3.5CVSS4.7AI score0.00512EPSS
SaveExploits1References2Affected Software1
CVE
CVE
•added 2021/01/04 2:05 a.m.•92 views

CVE-2021-21494

CVE-2021-21494 affects MK-AUTH up to version 19.01 K4.9. It enables a cross-site scripting (XSS) flaw via the admin/logs_ajax.php tipo parameter, allowing an attacker to read the centralmka2 session token cookie, which is not marked HttpOnly. The provided documents consistently describe the vulne...

4.8CVSS4.8AI score0.00512EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder