Lucene search
+L

111884 matches found

Cvelist
Cvelist
added 2026/07/20 11:45 p.m.39 views

CVE-2026-16327 D-Link DNS-320 upload.php unrestricted upload

A vulnerability was determined in D-Link DNS-320 1.0.2. This issue affects some unknown processing of the file /web/webfile/upload.php. Executing a manipulation of the argument File can lead to unrestricted upload. The attack can be launched remotely. The exploit has been publicly disclosed and m...

7.5CVSS0.00728EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 11:25 p.m.6 views

GHSA-X27W-589X-FRM2 Astro: Unauthenticated path override in the @astrojs/vercel ISR function

Summary When ISR is enabled, the serverless entrypoint lets an unauthenticated request decide which route the origin renders. The internal isr function reads the xastropath query parameter and rewrites the request path to it without any authentication. Edge level access controls only ever see the...

6.5CVSS5.5AI score
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/07/20 11:25 p.m.6 views

Astro: Unauthenticated path override in the @astrojs/vercel ISR function

Summary When ISR is enabled, the serverless entrypoint lets an unauthenticated request decide which route the origin renders. The internal isr function reads the xastropath query parameter and rewrites the request path to it without any authentication. Edge level access controls only ever see the...

9.1CVSS5.4AI score0.00331EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 11:22 p.m.12 views

@astrojs/node: Backslash-prefixed paths not recognized as internal by trailing-slash redirect

Impact With trailingSlash: 'always' configured, the @astrojs/node standalone server's static file handler appends a trailing slash to request paths and issues a 301 redirect. Paths beginning with /\ slash-backslash were not recognized as internal paths, so the handler would echo the raw path back...

2.1CVSS5.4AI score0.00364EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/20 11:22 p.m.8 views

GHSA-R557-WFFQ-WVRC @astrojs/node: Backslash-prefixed paths not recognized as internal by trailing-slash redirect

Impact With trailingSlash: 'always' configured, the @astrojs/node standalone server's static file handler appends a trailing slash to request paths and issues a 301 redirect. Paths beginning with /\ slash-backslash were not recognized as internal paths, so the handler would echo the raw path back...

2.1CVSS5.5AI score0.00364EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/20 10:55 p.m.12 views

Important: Red Hat Security Advisory: sssd security update

An update for sssd is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

8.8CVSS5.5AI score0.00669EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/20 10:17 p.m.14 views

CVE-2026-47144

Shamefile is a linter for undocumented linter warnings. Prior to version 0.1.7, a path traversal vulnerability in shame next allows an attacker-controlled shamefile.yaml to disclose contents of files outside the repository, one line at a time, to the terminal of a user who runs the command. See...

5.5CVSS0.00146EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/20 10:16 p.m.8 views

GHSA-83XP-526H-J3WW File Browser: Archive builder turns backslash filenames into path traversal (zip-slip)

Summary The fix for GHSA-gxjx-7m74-hcq8 / CVE-2026-54093 shipped in v2.63.6 added a strings.ReplaceAllnameInArchive, "\", "/" step to the archive builder; this was the advisory's recommended "Primary Fix." On a Linux host a backslash is a legal, non-separator filename character, so replacing it...

6.8CVSS6AI score0.00259EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/20 10:16 p.m.11 views

EUVD-2026-44707

File Browser: Archive builder turns backslash filenames into path traversal zip-slip...

6.8CVSS5.2AI score0.00259EPSS
SaveExploits0References4
Circl
Circl
added 2026/07/20 9:57 p.m.9 views

CVE-2026-44583

creationtimestamp| type| source ---|---|--- 2026-07-20 21:57:42+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mr4bzhro4d2i...

5.3CVSS4.8AI score0.00326EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/20 9:57 p.m.15 views

EUVD-2026-42360

Composer: Path traversal in package bin field lets dependencies chmod arbitrary host files...

6.1CVSS5.3AI score0.00142EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 9:57 p.m.7 views

GHSA-GJFG-22FP-RRXX Composer: Path traversal in package bin field lets dependencies chmod arbitrary host files

Summary A Composer package declares its executables in the bin field of its composer.json. When Composer installs a package, it processes each bin entry and changes the file mode of the corresponding file so it is executable. If a bin entry contains .. path segments, it can resolve to a path...

6.1CVSS5.8AI score0.00142EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/20 9:57 p.m.16 views

Composer: Path traversal in package bin field lets dependencies chmod arbitrary host files

Summary A Composer package declares its executables in the bin field of its composer.json. When Composer installs a package, it processes each bin entry and changes the file mode of the corresponding file so it is executable. If a bin entry contains .. path segments, it can resolve to a path...

6.1CVSS5.8AI score0.00142EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/20 9:53 p.m.12 views

EUVD-2026-42308

node-tar: Process crash via PAX numeric path type confusion...

7.5CVSS5.1AI score0.0041EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/20 9:53 p.m.7 views

GHSA-W8WR-V893-VJVP node-tar: Process crash via PAX numeric path type confusion

Summary A crafted 2.5KB tar archive crashes any Node.js process that extracts it. The PAX header parser coerces all-digit path values to JavaScript numbers, which causes an uncaught TypeError when downstream code calls .split'/' on the numeric value. Error handlers and strict: false cannot...

5.3CVSS5.6AI score0.0041EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/07/20 9:49 p.m.39 views

CVE-2026-47144 Shamefile has an arbitrary file read via shamefile.yaml in shame next

Shamefile is a linter for undocumented linter warnings. Prior to version 0.1.7, a path traversal vulnerability in shame next allows an attacker-controlled shamefile.yaml to disclose contents of files outside the repository, one line at a time, to the terminal of a user who runs the command. See...

5.5CVSS0.00146EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/20 9:49 p.m.57 views

CVE-2026-47144

Shamefile (a linter for undocumented linter warnings) has a path traversal vulnerability in the shame next command, exploitable via a crafted shamefile.yaml to disclose files outside the repository. Affected version before 0.1.7 is vulnerable; fix is available in 0.1.7 and later. Workarounds incl...

5.5CVSS5.2AI score0.00146EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/20 9:45 p.m.41 views

CVE-2026-16324 Metasoft 美特软件 MetaCRM upload.jsp unrestricted upload

A vulnerability was identified in Metasoft 美特软件 MetaCRM up to 6.4.0 Beta06. The impacted element is an unknown function of the file /business/qnaire/upload.jsp. Such manipulation of the argument File leads to unrestricted upload. The attack may be launched remotely. The exploit is publicly...

7.5CVSS0.00278EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/20 9:34 p.m.7 views

GHSA-R4RV-85JG-W4MF Mistune: Arbitrary File Read via Include directive path traversal

Summary A path traversal issue exists in mistune's Include directive when markdown files are processed using md.read. A crafted include path can cause files outside the intended markdown directory to be accessed. Details The issue occurs in the Include.parse method where user-supplied paths are...

5.9CVSS5.3AI score0.00399EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:34 p.m.11 views

EUVD-2026-42337

Mistune: Arbitrary File Read via Include directive path traversal...

5.9CVSS5.1AI score0.00399EPSS
SaveExploits1References5
Rows per page
Query Builder