Lucene search
+L

441 matches found

ATTACKERKB
ATTACKERKB
added 2022/02/23 4:42 p.m.9 views

CVE-2022-25151

Within the Service Desk module of the ITarian platform SAAS and on-premise, a remote attacker can obtain sensitive information, caused by the failure to set the HTTP Only flag. A remote attacker could exploit this vulnerability to gain access to the management interface by using this vulnerabilit...

7.5CVSS7.2AI score0.00806EPSS
SaveExploits0References3
Huntr
Huntr
added 2021/12/11 2:52 p.m.9 views

Cross-site Scripting (XSS) - Reflected in yeswiki/yeswiki

Description Hey all, i found that the search function of YesWiki integrates the searched term into a value attribute inside an input tag, for example if i do a search on sneaky for example, it will put the term sneaky inside a value attribute: html now if i add a double quote to the searched term...

0.2AI score
SaveExploits0
OSV
OSV
added 2021/11/30 12:15 p.m.12 views

CVE-2021-42115

Missing HTTPOnly flag in Web Applications operating on Business-DNA Solutions GmbH’s TopEase® Platform Version = 7.1.27 allows an unauthenticated remote attacker to escalate privileges from unauthenticated to authenticated user via stealing and injecting the session- independent and static cookie...

9.1CVSS5.8AI score0.01239EPSS
SaveExploits0References1
NVD
NVD
added 2021/11/30 12:15 p.m.28 views

CVE-2021-42115

Missing HTTPOnly flag in Web Applications operating on Business-DNA Solutions GmbH’s TopEase® Platform Version = 7.1.27 allows an unauthenticated remote attacker to escalate privileges from unauthenticated to authenticated user via stealing and injecting the session- independent and static cookie...

9.1CVSS0.01239EPSS
SaveExploits0References1
Prion
Prion
added 2021/11/30 12:15 p.m.18 views

Design/Logic Flaw

Missing HTTPOnly flag in Web Applications operating on Business-DNA Solutions GmbH’s TopEase® Platform Version = 7.1.27 allows an unauthenticated remote attacker to escalate privileges from unauthenticated to authenticated user via stealing and injecting the session- independent and static...

6.4CVSS9.2AI score0.01239EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/11/30 11:28 a.m.35 views

CVE-2021-42115 Missing HTTPOnly flag on sensitive cookie in TopEase

Missing HTTPOnly flag in Web Applications operating on Business-DNA Solutions GmbH’s TopEase® Platform Version = 7.1.27 allows an unauthenticated remote attacker to escalate privileges from unauthenticated to authenticated user via stealing and injecting the session- independent and static cookie...

8.1CVSS9.5AI score0.01239EPSS
SaveExploits0References1
OSV
OSV
added 2021/11/12 4:15 p.m.8 views

CVE-2020-4146

IBM Security SiteProtector System 3.1.1 could allow a remote attacker to obtain sensitive information, caused by missing 'HttpOnly' flag. A remote attacker could exploit this vulnerability to obtain sensitive information. IBM X-Force ID: 174129...

5.3CVSS5.9AI score0.01111EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/11/10 12:00 a.m.13 views

IBM Security SiteProtector System 信息泄露漏洞

The IBM Security SiteProtector System is a centralized management system from IBM USA, Inc. It is used for unified management and analysis of network, server and desktop endpoint security agents and small networks or devices.A security vulnerability exists in the IBM SiteProtector Appliance that...

5.3CVSS5.7AI score0.01111EPSS
SaveExploits0References3
Prion
Prion
added 2021/10/27 4:15 p.m.23 views

Information disclosure

IBM Planning Analytics 2.0 could allow a remote attacker to obtain sensitive information, caused by the failure to set the HTTPOnly flag. A remote attacker could exploit this vulnerability to obtain sensitive information from the cookie. IBM X-Force ID: 198755...

5CVSS5.8AI score0.01111EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/10/27 4:00 p.m.40 views

CVE-2021-20526

IBM Planning Analytics 2.0 could allow a remote attacker to obtain sensitive information, caused by the failure to set the HTTPOnly flag. A remote attacker could exploit this vulnerability to obtain sensitive information from the cookie. IBM X-Force ID: 198755...

3.7CVSS5.1AI score0.01111EPSS
SaveExploits0References2
CVE
CVE
added 2021/10/27 4:00 p.m.54 views

CVE-2021-20526

IBM Planning Analytics 2.0 (Local) is affected by an information disclosure vulnerability caused by not setting the HTTPOnly flag on cookies. A remote attacker could obtain sensitive information from cookies due to this flaw. Remediation provided in the connected materials recommends applying the...

5.3CVSS5.2AI score0.01111EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2021/10/27 12:00 a.m.10 views

IBM Planning Analytics 安全漏洞

IBM Planning Analytics, a planning, budgeting, forecasting and analysis solution, is vulnerable to an information disclosure in IBM Planning Analytics version 2.0. The vulnerability stems from the HTTPOnly flag not being set. A remote attacker could use this vulnerability to obtain sensitive...

5.3CVSS5.6AI score0.01111EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2021/10/25 12:00 a.m.9 views

CVE-2021-20526

IBM Planning Analytics 2.0 could allow a remote attacker to obtain sensitive information, caused by the failure to set the HTTPOnly flag. A remote attacker could exploit this vulnerability to obtain sensitive information from the cookie. IBM X-Force ID: 198755...

5.3CVSS5.6AI score0.01111EPSS
SaveExploits0References3Affected Software1
Huntr
Huntr
added 2021/10/23 9:52 p.m.22 views

Sensitive Cookie Without 'HttpOnly' Flag in namelessmc/nameless

Description Due to a culmination of factors in the design of the authentication and authorization system and a lack of proper cookie setting it is possible for a malicious user to exfiltrate session tokens from a NamelessMC instance and aggregate them in a remote service. A malicious administrati...

0.8AI score
SaveExploits0
Huntr
Huntr
added 2021/10/15 4:36 a.m.9 views

Sensitive Cookie Without 'HttpOnly' Flag in craigk5n/webcalendar

✍️ Description HTTPOnly attribute is not set for session cookies in the application 💥 Impact When a cookie doesn’t have an HttpOnly flag, it can be accessed through JavaScript, which means that an XSS could lead to cookies being stolen. These include session cookies that can make it easier to...

0.2AI score
SaveExploits0References1
Huntr
Huntr
added 2021/10/05 4:13 a.m.36 views

Sensitive Cookie Without 'HttpOnly' Flag in yeswiki/yeswiki

Description The software uses a cookie to store sensitive information, but the cookie is not marked with the HttpOnly flag. The HttpOnly flag directs compatible browsers to prevent client-side script from accessing cookies. Including the HttpOnly flag in the Set-Cookie HTTP response header helps...

6AI score
SaveExploits0
Huntr
Huntr
added 2021/09/27 8:12 a.m.38 views

Sensitive Cookie Without 'HttpOnly' Flag in filegator/filegator

Description HTTPOnly attribute is not set for session cookies in the application. Proof of Concept https://ibb.co/R950Vxj Impact When a cookie doesn’t have an HttpOnly flag, it can be accessed through JavaScript, which means that an XSS could lead to cookies being stolen. These include session...

0.6AI score
SaveExploits0References1
Huntr
Huntr
added 2021/09/26 7:09 p.m.22 views

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in kcal-app/kcal

Description Implement both Secure flag and httponly flag in the application. Proof of Concept Impact The secure flag is an option that can be set by the application server when sending a new cookie to the user within an HTTP Response. The purpose of the secure flag is to prevent cookies from bein...

6.9AI score
SaveExploits0References1
Huntr
Huntr
added 2021/09/15 2:32 p.m.12 views

Sensitive Cookie Without 'HttpOnly' Flag in babybuddy/babybuddy

Description HttpOnly flag not mentioned Proof of Concept step to reproduce below show request GET /login/?next=/google.com HTTP/1.1 Host: demo.baby-buddy.net User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:92.0 Gecko/20100101 Firefox/92.0 Accept:...

7.2AI score
SaveExploits0References1
NVD
NVD
added 2021/09/15 7:15 a.m.35 views

CVE-2021-3706

adminlte is vulnerable to Sensitive Cookie Without 'HttpOnly' Flag...

7.5CVSS0.01101EPSS
SaveExploits1References2
Rows per page
Query Builder