Lucene search
+L

1567 matches found

Cvelist
Cvelist
added 2024/11/13 4:4 p.m.51 views

CVE-2024-52293 Craft has a Potential Remote Code Execution via missing path normalization & Twig SSTI

Craft is a content management system CMS. Prior to 4.12.2 and 5.4.3, Craft is missing normalizePath in the function FileHelper::absolutePath could lead to Remote Code Execution on the server via twig SSTI. This is a sequel to CVE-2023-40035. This vulnerability is fixed in 4.12.2 and 5.4.3...

7.2CVSS0.01309EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2024/11/13 2:16 p.m.41 views

Craft CMS vulnerable to Potential Remote Code Execution via missing path normalization & Twig SSTI

Summary Missing normalizePath in the function FileHelper::absolutePath could lead to Remote Code Execution on the server via twig SSTI. Post-authentication, ALLOWADMINCHANGES=true Details Note: This is a sequel to CVE-2023-40035 In src/helpers/FileHelper.phpL106-L137, the function absolutePath...

7.2CVSS7.4AI score0.01309EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2024/11/13 2:16 p.m.5 views

Arbitrary Code Injection

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Arbitrary Code Injection via the absolutePath function, due to missing path normalization, by executing a twig SSTI template. Remediation Upgrade craftcms/cms to version 4.12.2, 5.4.3 or...

8.6CVSS7.3AI score0.01309EPSS
SaveExploits1References2
OSV
OSV
added 2024/11/13 2:16 p.m.115 views

GHSA-F3CW-HG6R-CHFV Craft CMS vulnerable to Potential Remote Code Execution via missing path normalization & Twig SSTI

Summary Missing normalizePath in the function FileHelper::absolutePath could lead to Remote Code Execution on the server via twig SSTI. Post-authentication, ALLOWADMINCHANGES=true Details Note: This is a sequel to CVE-2023-40035 In src/helpers/FileHelper.phpL106-L137, the function absolutePath...

8.6CVSS7.4AI score0.01414EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/11/13 12:0 a.m.12 views

Google Android 安全漏洞

Google Android is a Linux-based open source operating system from the American company Google. Google Android suffers from a security vulnerability that stems from incorrect Unicode normalization. An attacker can exploit the vulnerability to elevate privileges...

7.3CVSS8AI score0.00714EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/11/11 12:0 a.m.10 views

The vulnerability of the os.path.normpath() function in the Python interpreter lies in its ability to bypass permission checks when shortening a path by inserting a zero byte. This allows an attacker to compromise the integrity of the protected information.

The vulnerability of the os.path.normpath function in the Python interpreter relates to the handling of permission lists when shortening a path by inserting a zero byte. Exploiting this vulnerability could allow an attacker, operating remotely, to compromise the integrity of protected information...

7.8CVSS7.4AI score0.02155EPSS
SaveExploits0References9Affected Software5
Github Security Blog
Github Security Blog
added 2024/11/04 11:23 p.m.18 views

Reposilite vulnerable to path traversal while serving javadoc expanded files (arbitrary file read) (`GHSL-2024-074`)

Summary Reposilite v3.5.10 is affected by an Arbitrary File Read vulnerability via path traversal while serving expanded javadoc files. Details The problem lies in the way how the expanded javadoc files are served. The GET /javadoc/repository//raw/ route uses the path parameter to find the file i...

8.6CVSS6.5AI score0.03145EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/10/21 1:15 p.m.4 views

DEBIAN-CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS5.4AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.4 views

UBUNTU-CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS5.7AI score0.00204EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/10/16 8:30 p.m.6 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00527EPSS
SaveExploits1References7
OSV
OSV
added 2024/10/04 4:35 p.m.48 views

BIT-PYTHON-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

7.5CVSS7.3AI score0.02155EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/09/24 3:45 p.m.8 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00527EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2024/09/20 2:40 p.m.30 views

Puma's header normalization allows for client to clobber proxy set headers

Impact Clients could clobber values set by intermediate proxies such as X-Forwarded-For by providing a underscore version of the same header X-ForwardedFor. Any users trusting headers set by their proxy may be affected. Attackers may be able to downgrade connections to HTTP non-SSL or redirect...

5.4CVSS7.1AI score0.00646EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/09/20 2:40 p.m.22 views

GHSA-9HF4-67FC-4VF4 Puma's header normalization allows for client to clobber proxy set headers

Impact Clients could clobber values set by intermediate proxies such as X-Forwarded-For by providing a underscore version of the same header X-ForwardedFor. Any users trusting headers set by their proxy may be affected. Attackers may be able to downgrade connections to HTTP non-SSL or redirect...

6.3CVSS5.6AI score0.00646EPSS
SaveExploits0References8
RubySec
RubySec
added 2024/09/20 12:0 a.m.25 views

Puma's header normalization allows for client to clobber proxy set headers

Impact Clients could clobber values set by intermediate proxies such as X-Forwarded-For by providing a underscore version of the same header X-ForwardedFor. Any users trusting headers set by their proxy may be affected. Attackers may be able to downgrade connections to HTTP non-SSL or redirect...

5.4CVSS6.7AI score0.00646EPSS
SaveExploits0References1Affected Software1
Snyk
Snyk
added 2024/09/19 11:50 p.m.2 views

HTTP Request Smuggling

Overview puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly concurrent Ruby implementations such as Rubinius and JRuby as well as as providing process...

8.2CVSS6.9AI score0.00646EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/19 10:42 p.m.21 views

CVE-2024-45614 Header normalization allows for client to clobber proxy set headers in Puma

Puma is a Ruby/Rack web server built for parallelism. In affected versions clients could clobber values set by intermediate proxies such as X-Forwarded-For by providing a underscore version of the same header X-ForwardedFor. Any users relying on proxy set variables is affected. v6.4.3/v5.6.9 now...

5.4CVSS6.9AI score0.00646EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/19 10:42 p.m.95 views

CVE-2024-45614 Header normalization allows for client to clobber proxy set headers in Puma

Puma is a Ruby/Rack web server built for parallelism. In affected versions clients could clobber values set by intermediate proxies such as X-Forwarded-For by providing a underscore version of the same header X-ForwardedFor. Any users relying on proxy set variables is affected. v6.4.3/v5.6.9 now...

5.4CVSS0.00646EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.5 views

WebOb's location header normalization during redirect leads to open redirect

...

6.1CVSS6.4AI score0.00527EPSS
SaveExploits1
NVD
NVD
added 2024/09/10 4:15 p.m.37 views

CVE-2024-45412

Yeti bridges the gap between CTI and DFIR practitioners by providing a Forensics Intelligence platform and pipeline. Remote user-controlled data tags can reach a Unicode normalization with a compatibility form NFKD. Under Windows, such normalization is costly in resources and may lead to denial o...

7.5CVSS0.0078EPSS
SaveExploits1References3
Rows per page
Query Builder