Lucene search
+L

4495 matches found

UbuntuCve
UbuntuCve
added 2022/02/11 9:15 p.m.41 views

CVE-2022-23633

Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to dat...

7.4CVSS6.2AI score0.02226EPSS
SaveExploits0References4
Prion
Prion
added 2022/02/11 9:15 p.m.28 views

Design/Logic Flaw

Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to dat...

4.3CVSS5.6AI score0.02226EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2022/02/11 9:15 p.m.11 views

UBUNTU-CVE-2022-23633

Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to dat...

7.4CVSS6.3AI score0.02226EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/02/11 8:49 p.m.43 views

Exposure of information in Action Pack

Impact Under certain circumstances response bodies will not be closed, for example a bug in a webserver or a bug in a Rack middleware. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to data...

7.4CVSS0.9AI score0.02226EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2022/02/11 8:49 p.m.34 views

GHSA-WH98-P28R-VRC9 Exposure of information in Action Pack

Impact Under certain circumstances response bodies will not be closed, for example a bug in a webserver or a bug in a Rack middleware. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to data...

7.4CVSS6.4AI score0.02226EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2022/02/11 12:00 a.m.91 views

CVE-2022-23633

Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to dat...

7.4CVSS5.6AI score0.02226EPSS
SaveExploits0
CVE
CVE
added 2022/02/11 12:00 a.m.236 views

CVE-2022-23633

CVE-2022-23633 (Rails Action Pack) : Under certain circumstances, response bodies could remain unclosed, causing ActionDispatch::Executor to fail to reset thread-local state between requests and potentially leak data to subsequent requests. This affects Rails Action Pack components used to handle...

7.4CVSS6.3AI score0.02226EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2022/02/11 12:00 a.m.8 views

PT-2022-7649

Name of the Vulnerable Software and Affected Versions Puma versions prior to 5.6.2 Puma version 4.3.11 Rails versions prior to 7.0.2.2 Rails versions prior to 6.1.4.6 Rails versions prior to 6.0.4.6 Rails versions prior to 5.2.6.2 Description The issue is related to information leakage due to Pum...

9.8CVSS6.6AI score0.04088EPSS
SaveExploits0References561
OSV
OSV
added 2022/02/11 12:00 a.m.30 views

CVE-2022-23633 Exposure of sensitive information in Action Pack

Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to dat...

7.4CVSS5.4AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2022/02/11 12:00 a.m.8 views

PT-2022-16147 · Puma +6 · Puma +8

Name of the Vulnerable Software and Affected Versions: Rails versions prior to 7.0.2.2 Rails versions prior to 6.1.4.6 Rails versions prior to 6.0.4.6 Rails versions prior to 5.2.6.2 Puma versions prior to 5.6.2 Puma versions prior to 4.3.11 Description: Action Pack is a framework for handling an...

9.8CVSS6.2AI score0.04808EPSS
SaveExploits11References593
RubySec
RubySec
added 2022/02/11 12:00 a.m.44 views

Possible exposure of information vulnerability in Action Pack

Impact Under certain circumstances response bodies will not be closed, for example a bug in a webserver https://github.com/puma/puma/pull/2812 or a bug in a Rack middleware. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for...

7.4CVSS6.5AI score0.02226EPSS
SaveExploits0References1Affected Software1
RubySec
RubySec
added 2022/02/11 12:00 a.m.39 views

Information Exposure with Puma when used with Rails

Impact Prior to puma version 5.6.2, puma may not always call close on the response body. Rails, prior to version 7.0.2.2, depended on the response body being closed in order for its CurrentAttributes implementation to work correctly. From Rails: Under certain circumstances response bodies will no...

8CVSS6.4AI score0.02107EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/02/11 12:00 a.m.54 views

CVE-2022-23633 Exposure of sensitive information in Action Pack

Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to dat...

7.4CVSS7.6AI score0.02226EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2022/02/11 12:00 a.m.13 views

Rails Action Pack 信息泄露漏洞

Rails Action Pack is a web framework from the US Rails community. It provides a routing mechanism mapping request URLs to actions, a controller that defines the implementation of actions and a mechanism for generating responses by rendering views templates in various formats.Rails Action Pack has...

7.4CVSS8AI score0.02226EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2022/02/11 12:00 a.m.3 views

Puma 信息泄露漏洞

Puma is a web server for highly concurrent applications from Evan Phoenix, an individual developer in the United States. Puma suffers from an information disclosure vulnerability that stems from the fact that prior to puma version 5.6.2, puma may not always call close on the response body, and...

8CVSS8.3AI score0.02107EPSS
SaveExploits0References18
BDU FSTEC
BDU FSTEC
added 2022/01/20 12:00 a.m.11 views

The vulnerability of the PostgreSQL adapter for the Rails framework involves an uncontrolled resource consumption, which allows a hacker to cause a service failure.

The vulnerability of the PostgreSQL adapter for the Rails framework is related to an uncontrolled resource consumption. Exploiting this vulnerability can allow a malicious actor to cause service failures...

7.5CVSS6.5AI score0.04434EPSS
SaveExploits1References7Affected Software4
VulnCheck KEV
VulnCheck KEV
added 2022/01/12 12:00 a.m.6 views

VulnCheck KEV: CVE-2014-0130

Directory traversal vulnerability in actionpack/lib/abstractcontroller/base.rb in the implicit-render implementation in Ruby on Rails allows remote attackers to read arbitrary files via a crafted request...

7.5CVSS7.3AI score0.53703EPSS
SaveExploits2References1
Veracode
Veracode
added 2022/01/11 12:30 p.m.170 views

Open Redirect

rails is vulnerable to open redirect. A remote attacker is able to redirect users to a malicious websites via a crafted X-Forwarded-Host header in combination with a certain "allowed host" format in host authorization middleware...

6.1CVSS5.1AI score0.04182EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2022/01/10 12:00 a.m.9 views

Rails Action Pack 输入验证错误漏洞

Rails Action Pack is a web framework for the Rails community in the United States . It provides a mechanism for routing mapping request URLs to actions, defining controllers that implement actions, and generating responses by rendering views templates in various formats. An input validation error...

6.1CVSS7.3AI score0.04182EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2022/01/08 6:53 p.m.34 views

Ruby on Rails: XSS vulnerabilities due to missing checks in tag helpers

XSS vulnerabilities were discovered in certain tag helpers in Rails, specifically in the FormTagHelper and TagHelper modules. These vulnerabilities allowed attackers to execute arbitrary JavaScript code by manipulating user-controlled input in tag attributes and tag names. The impact of these...

6.1CVSS6.9AI score0.01639EPSS
SaveExploits1
Rows per page
Query Builder