Lucene search
+L

9125 matches found

Cvelist
Cvelist
added 2 days ago26 views

CVE-2026-71267 microtar Stack Buffer Overflow in mtar_write_file_header() and mtar_write_dir_header()

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte name field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy. Any application that calls these...

9.8CVSS0.0034EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2 days ago8 views

Malicious code in twork-data-services-proxy-b2b-crm-api-v1-partners-companies-info (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector dc9ecd33902db113f3bb6298959c7fdc62344f82c110421040ee470a59d0d060 On require of the package, index.js invokes setup in helpers.js which downloads a platform-specific native binary from split-string-obfuscated...

5.7AI score
SaveExploits0References2
NVD
NVD
added 2 days ago6 views

CVE-2026-18856

A vulnerability was determined in Poesis Rhymix CMS up to 2.1.33. This impacts the function procImporterAdminCheckXmlFile of the file modules/importer/importer.admin.controller.php of the component Data Import Module. This manipulation of the argument filename causes server-side request forgery...

5.8CVSS0.00227EPSS
SaveExploits0References7
Cvelist
Cvelist
added 3 days ago32 views

CVE-2026-70592 Ghost: Database Backup Path Traversal

Ghost is a Node.js content management system. From 1.20.1 until 6.54.1, an Administrator-level user could remotely overwrite certain files on the filesystem through the database backup filename, leading to integrity and availability issues. The database export endpoint failed to reject path...

5.5CVSS0.00298EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-52506

A stack-based buffer overflow vulnerability exists in the cmdedl function of OreSat Firmware v1.0. The vulnerability is triggered when processing the edl fwflash command, where the argument is copied to a 64-byte stack buffer via memcpy without proper length validation. An attacker with physical...

5.9AI score0.00152EPSS
SaveExploits0References2
NVD
NVD
added 4 days ago8 views

CVE-2026-18601

A vulnerability was found in GL.iNet GL-MT3000 up to 4.4.5. This impacts the function ovpn-client.checkconfig of the file /cgi-bin/glc of the component ovpn-client.so Native Plugin. Performing a manipulation of the argument filename results in command injection. Remote exploitation of the attack ...

10CVSS0.0238EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-52271

A vulnerability was found in GL.iNet GL-MT3000 up to 4.4.5. This impacts the function ovpn-client.checkconfig of the file /cgi-bin/glc of the component ovpn-client.so Native Plugin. Performing a manipulation of the argument filename results in command injection. Remote exploitation of the attack ...

10CVSS5.2AI score0.0238EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago19 views

CVE-2026-67673

CVE-2026-67673 affects OreSat Firmware v1.0. The vulnerability resides in the cmd_edl function, triggered by the edl fw_flash command. The argument is copied to a 64-byte stack buffer via memcpy without proper length validation, enabling a stack-based buffer overflow. An attacker with physical a...

4.6CVSS5.9AI score0.00152EPSS
SaveExploits0References1
Cvelist
Cvelist
added 4 days ago44 views

CVE-2026-67673

A stack-based buffer overflow vulnerability exists in the cmdedl function of OreSat Firmware v1.0. The vulnerability is triggered when processing the edl fwflash command, where the argument is copied to a 64-byte stack buffer via memcpy without proper length validation. An attacker with physical...

0.00152EPSS
SaveExploits0References1
OSV
OSV
added last week5 views

GHSA-98PP-VCCM-QM25 Redaxo has a Mediapool isAllowedExtension bypass via multi-segment filename that leads to authenticated RCE on Apache mod_php multi-extension handlers

Summary rexmediapool::isAllowedExtension in redaxo/src/addons/mediapool/lib/mediapool.php accepts filenames that contain a blocked extension as a non-terminal segment of a longer extension chain, for example shell.php.any.jpg. The check only catches the blocked extension when it appears at the en...

7.5CVSS6.5AI score0.00314EPSS
SaveExploits0References5
EUVD
EUVD
added last week9 views

EUVD-2026-51626

REDAXO is a PHP-based content management system. From 5.18.2 until 5.21.1, rexmediapool::isAllowedExtension in redaxo/src/addons/mediapool/lib/mediapool.php lets an authenticated backend user with mediaupload permission upload a JPEG/PHP polyglot named shell.php.any.jpg, which web servers with...

7.5CVSS5.6AI score0.00314EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/31 6:16 a.m.11 views

CVE-2026-63223

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the isimage and mimein upload validation rules do not independently enforce a safe client filename extension, allowing a remote attacker to upload executable content when an application preserves the client filename and stores uploads...

9.8CVSS0.00493EPSS
SaveExploits2References3
CVE
CVE
added 2026/07/31 4:21 a.m.46 views

CVE-2026-56671

The CVE-2026-56671 affects ComfyUI prior to 0.28.0. Root cause: get_model_preview in app/model_manager.py constructs a path using os.path.join(folder, filename) with an unrestricted {filename} capture, allowing path traversal via literals like ../, encoded traversal, absolute paths, or an unbound...

7.5CVSS5.9AI score0.00661EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/31 4:10 a.m.41 views

CVE-2026-63223 CodeIgniter: Uploaded file extension validation bypass in is_image and mime_in rules

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the isimage and mimein upload validation rules do not independently enforce a safe client filename extension, allowing a remote attacker to upload executable content when an application preserves the client filename and stores uploads...

9.8CVSS0.00493EPSS
SaveExploits2References3
EUVD
EUVD
added 2026/07/31 4:6 a.m.11 views

EUVD-2026-51398

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, calling UploadedFile::move without a second argument uses the client-provided filename without sanitization, allowing a remote attacker to use path traversal sequences to write uploaded content outside the intended directory when the...

7.5CVSS5.9AI score0.0045EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/31 4:6 a.m.15 views

CVE-2026-63222

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, calling UploadedFile::move without a second argument uses the client-provided filename without sanitization, allowing a remote attacker to use path traversal sequences to write uploaded content outside the intended directory when the...

7.5CVSS5.9AI score0.0045EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/31 12:0 a.m.15 views

PT-2026-66683

Name of the Vulnerable Software and Affected Versions CodeIgniter versions prior to 4.7.4 Description The is image and mime in upload validation rules fail to independently enforce a safe client filename extension. This allows a remote attacker to upload executable content if the application...

9.8CVSS5.5AI score0.00493EPSS
SaveExploits2References7
SUSE CVE
SUSE CVE
added 2026/07/30 4:45 p.m.6 views

SUSE CVE-2026-46431

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server's Access-Control-Allow-Origin response header was hardcoded to the wildcard regardless of the caller's Origin. Because EventSource does not preflight and does not send cookies, the wildcard is sufficient ...

4.3CVSS7.6AI score0.00219EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/28 11:17 p.m.9 views

CVE-2026-59921

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpPostRequestEncoder constructs multipart HTTP request bodies by directly concatenating user-supplied filenames and field names into Content-Disposition MIME headers without...

6.5CVSS0.00281EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 10:28 p.m.46 views

CVE-2026-59921 Netty: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpPostRequestEncoder constructs multipart HTTP request bodies by directly concatenating user-supplied filenames and field names into Content-Disposition MIME headers without...

5.7CVSS0.00281EPSS
SaveExploits0References1
Rows per page
Query Builder