Lucene search
+L

6328 matches found

RedHat Linux
RedHat Linux
added 2026/07/30 3:14 a.m.3 views

nodejs: Information disclosure due to improper permission enforcement

A flaw was found in Node.js. The permission model enforcement, specifically related to process.report functionality, allows an attacker to write or overwrite files in locations outside of the intended secure paths. This vulnerability can lead to the disclosure of sensitive information or bypass t...

3.3CVSS6.5AI score0.00175EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2026/07/30 12:0 a.m.19 views

The vulnerability of the automatic update mechanism of PC ViPNet administrators, related to deficiencies in handling relative paths, allows a perpetrator from a neighboring trusted network to compromise the integrity of the operating environment of the target node by using a specially crafted update package, delivered on behalf of the compromised trusted node with the role of Network Management Center (NMC).

The vulnerability of the automatic update mechanism of PC ViPNet Administrator is related to deficiencies in the processing of relative paths. Exploiting this vulnerability can allow a perpetrator operating from a neighboring trusted network to compromise the integrity of the operating environmen...

5.4CVSS5.5AI score
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/29 10:50 p.m.5 views

nodejs: Information disclosure due to improper permission enforcement

A flaw was found in Node.js. The permission model enforcement, specifically related to process.report functionality, allows an attacker to write or overwrite files in locations outside of the intended secure paths. This vulnerability can lead to the disclosure of sensitive information or bypass t...

3.3CVSS6.5AI score0.00175EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/29 10:7 p.m.3 views

nodejs: Information disclosure due to improper permission enforcement

A flaw was found in Node.js. The permission model enforcement, specifically related to process.report functionality, allows an attacker to write or overwrite files in locations outside of the intended secure paths. This vulnerability can lead to the disclosure of sensitive information or bypass t...

3.3CVSS6.5AI score0.00175EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/29 7:16 p.m.7 views

CVE-2026-67429

Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.6, image.download and related file-writing modules use caller-controlled outputdir instead of validatepathwithenvconfig and its FLYTOSANDBOXDIR confinement, allowing attacker-controlled response bytes to be...

10CVSS0.00494EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/29 7:9 p.m.59 views

CVE-2026-5489 DriveLock Directory Traversal Information Disclosure Vulnerability

DriveLock Directory Traversal Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of DriveLock. Authentication is not required to exploit this vulnerability. The specific flaw exists within the web service,...

5.3CVSS0.01266EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/29 3:14 p.m.7 views

veraPDF-validatio: Use of Default `DocumentBuilderFactory` leads to XXE When Processing Untrusted PDFs

Summary veraPDF-validation has an XML External Entity XXE vulnerability in two PDF parsing paths validate and GFPDAcroForm.getdynamicRender. A malicious/crafted PDF supplied to a veraPDF consumer can lead to the expansion of external entities while parsing rich-text annotation/form-field values o...

6.5CVSS5.9AI score0.0023EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2026/07/29 2:35 p.m.15 views

swagger-typescript-api vulnerable to code injection via unescaped OpenAPI path strings in generated method bodies

Summary swagger-typescript-api interpolates OpenAPI path strings the keys of the paths object, e.g. /users/id directly into a JavaScript template literal inside the body of every generated API method, without escaping. A spec path containing $ … survives parseRouteName's x / :x rewriter verbatim...

8.3CVSS6AI score0.00286EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/29 2:34 p.m.8 views

EUVD-2026-50367

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-routes/schema-routes.ts passes OpenAPI path keys through parseRouteName to templates/default/procedure-call.ejs and templates/modular/procedure-call.ejs without escaping...

8.3CVSS6AI score0.00286EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/29 9:40 a.m.7 views

CVE-2026-56390 Arbitrary Output Location Change in GNU Bison

GNU Bison improperly handles grammar‑defined output paths. Grammar directives such as %output and %header allow specifying file paths, which are accepted without restriction and override caller‑supplied output options. When processing attacker-supplied grammar, this behavior allows directing...

4.6CVSS5.9AI score0.00133EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/29 9:40 a.m.6 views

CVE-2026-56390

GNU Bison improperly handles grammar‑defined output paths. Grammar directives such as %output and %header allow specifying file paths, which are accepted without restriction and override caller‑supplied output options. When processing attacker-supplied grammar, this behavior allows directing...

4.6CVSS5.9AI score0.00133EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.5 views

SUSE SLES16 Security Update : runc (SUSE-SU-2026:22942-1)

The remote SUSE Linux SLES16 / SLESSAP16 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:22942-1 advisory. Update to 1.3.6. - CVE-2026-41579: malicious image with a /dev symlink can trigger limited host filesystem integrity violations...

8.4CVSS5.9AI score0.00841EPSS
SaveExploits3References8
OSV
OSV
added 2026/07/28 10:25 p.m.4 views

CVE-2026-54659 Pagy I18n locale option is not validated before being used in a file path

Pagy is agnostic pagination in plain Ruby. From 43.0.0 until 43.5.6, Pagy::I18n.locale= in gem/lib/pagy/modules/i18n/i18n.rb stored locale values verbatim and later used them as .yml path components, allowing untrusted params:locale values with absolute paths or ../ sequences to create a file...

6.9CVSS5.8AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/28 10:20 p.m.9 views

openhole-server vulnerable to path traversal via URL-decoded request path

Summary openhole-server forwarded the URL-decoded request path r.URL.Path to tunnel clients instead of the original request-target. Percent-encoded dot-segments %2e and separators %2f were decoded to ../ and / before reaching the local service. Go's ServeMux rejects literal ../ paths, but...

8.6CVSS5.9AI score0.00361EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/28 10:20 p.m.5 views

CVE-2026-54650 openhole-server vulnerable to path traversal via URL-decoded request path

openhole exposes localhost to the internet in one command. In 0.1.1 and earlier, openhole-server in internal/server/publicproxy.go forwarded r.URL.Path instead of preserving the original request target with r.URL.EscapedPath, allowing percent encoded dot segments %2e and separators %2f to reach...

8.6CVSS5.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/28 8:19 p.m.7 views

CVE-2026-59943

Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, if a malicious actor can supply unrestricted content for rendering by Dompdf they can utilize the SVG rendering functionality to leak filesystem information when rendering PDF files using image references within a data-URI...

6.3CVSS5.8AI score0.00258EPSS
SaveExploits1
CVE
CVE
added 2026/07/28 5:9 p.m.48 views

CVE-2026-54635

CVE-2026-54635 affects pytonapi 2.0.0–2.2.0, where TonapiWebhookDispatcher fails to validate the Authorization header for webhook handlers registered with a documented path (custom path). The setup() logic only stores bearer tokens for default suffix paths, so self._tokens.get(path) returns None ...

7.5CVSS6AI score0.0042EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/28 2:16 p.m.8 views

CVE-2026-67173

Pivotick did not validate the URL scheme of node imagePath values derived from graph data before assigning them to SVG image resources. An attacker able to supply crafted graph data could set an image path to a malicious URI. When a victim rendered the affected graph, the browser could resolve th...

5.1CVSS0.00341EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/28 1:42 p.m.5 views

MAL-2026-11156 Malicious code in vtranalytic (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 897fa80f1d8a55ff480d6c7e7a71200ac31530a9f5d928389545b597c7b45903 The package implements a full remote-administration toolkit controlled through a Telegram bot. It polls the Telegram Bot API at...

6AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 1:32 p.m.10 views

CVE-2026-67173

Pivotick did not validate the URL scheme of node imagePath values derived from graph data before assigning them to SVG image resources. An attacker able to supply crafted graph data could set an image path to a malicious URI. When a victim rendered the affected graph, the browser could resolve th...

5.1CVSS5.9AI score0.00341EPSS
SaveExploits0References2
Rows per page
Query Builder