Lucene search
+L

311610 matches found

RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72209

A flaw was found in the Linux kernel's NTFS filesystem driver. A local attacker could craft a malicious NTFS image that causes the kernel to read beyond the intended memory boundary when processing $FILENAME attributes. This out-of-bounds read could lead to information disclosure or potentially a...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.4 views

CVE-2026-72208

A flaw was found in the Linux kernel's NTFS file system driver. A missing bounds check when processing Extended Attribute EA entries in the ntfsealookup and ntfslistxattr functions could allow a local attacker to craft a malicious NTFS file system. When this file system is mounted, it could lead ...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 3:52 p.m.8 views

EUVD-2026-61017

MyBB is free and open source forum software. Prior to 1.8.40, the calendar module does not verify private event status consistently, allowing users with viewing and moderation permissions to access and moderate private events. The private-event check used by getevents in inc/functionscalendar.php...

5.4CVSS5.3AI score0.00223EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/18 3:47 p.m.8 views

CVE-2026-75926

Hugo 0.161.0 placed the Node asset pipelines behind the Node.js permission model so that code running through PostCSS, Babel, or TailwindCSS could not reach the file system outside the project directory. Hugo 0.162.0 added tailwindcss to the AllowChildProcess default in...

9.3CVSS5.8AI score0.00145EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/18 3:45 p.m.15 views

CVE-2026-45121

MyBB is free and open source forum software. Prior to 1.8.40, the calendar module does not check permissions consistently when listing calendars, allowing authenticated users to access titles of calendars that are otherwise inaccessible. The affected calendar-selection paths in calendar.php perfo...

4.3CVSS5.3AI score0.00251EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/18 3:45 p.m.20 views

CVE-2026-45121 MyBB: Insufficient permission check for calendar select

MyBB is free and open source forum software. Prior to 1.8.40, the calendar module does not check permissions consistently when listing calendars, allowing authenticated users to access titles of calendars that are otherwise inaccessible. The affected calendar-selection paths in calendar.php perfo...

4.3CVSS0.00251EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 3:45 p.m.8 views

EUVD-2026-61053

MyBB is free and open source forum software. Prior to 1.8.40, the calendar module does not check permissions consistently when listing calendars, allowing authenticated users to access titles of calendars that are otherwise inaccessible. The affected calendar-selection paths in calendar.php perfo...

4.3CVSS5.3AI score0.00251EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 3:45 p.m.15 views

CVE-2026-45121

In MyBB versions before 1.8.40, calendar.php performs permission checks against an invalid calendar context, allowing authenticated users to view titles of otherwise inaccessible calendars. CVSS 3.1 scores this MEDIUM (4.3) with network attack vector and low privileges required. Upgrade to versio...

4.3CVSS5.3AI score0.00251EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:33 p.m.5 views

CVE-2026-72195

A flaw was found in the Linux kernel's ntfs3 file system driver. An integer underflow vulnerability occurs in the UpdateResidentValue function when processing a maliciously crafted Log Record Header LRH. This underflow can lead to an incorrect calculation of datasize, allowing subsequent operatio...

7.8CVSS5.3AI score0.00169EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/18 3:28 p.m.8 views

kernel: ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()

A flaw was found in the Linux kernel's IPv6 ICMP error generation. A remote attacker could send a specially crafted IPv4 ICMP error packet with a Common Internet Protocol Security Option CIPSO IP option. This could lead to incorrect handling of packet control block data when generating an IPv6 IC...

9.8CVSS5.5AI score0.00255EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 3:22 p.m.23 views

CVE-2026-75914 CodeWhale before 0.8.64 Path Traversal via image_analyze symlink

CodeWhale versions before 0.8.64 contain a path traversal vulnerability in the imageanalyze tool that fails to canonicalize symlinks before reading files. Attackers can create workspace symlinks pointing to external files with image extensions to leak file bytes to the vision endpoint without use...

8.7CVSS0.00423EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 3:22 p.m.20 views

CVE-2026-75915 CodeWhale before 0.8.64 Environment Variable Leak via js_execution

CodeWhale versions before 0.8.64 contain an environment variable exposure vulnerability in the jsexecution tool that fails to scrub parent process environment variables before spawning Node.js. Attackers can craft malicious JavaScript code executed by the tool to read process.env and leak API key...

8.7CVSS0.00504EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 3:20 p.m.21 views

CVE-2026-62684 File Browser: Share API exposes the password hash and bypass token

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS0.00393EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 3:20 p.m.30 views

CVE-2026-62684

File Browser prior to 2.63.17 exposes the bcrypt password_hash and the bypass token of password-protected shares in API responses. The root cause is that the Link storage struct is serialized directly via unfiltered json.Marshal in sharePostHandler, shareListHandler, and shareGetsHandler, so both...

2.7CVSS8.7AI score0.00393EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/18 3:20 p.m.18 views

CVE-2026-62684

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS8.6AI score0.00393EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/18 3:20 p.m.4 views

CVE-2026-62684 File Browser: Share API exposes the password hash and bypass token

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST...

2.7CVSS5.5AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/18 3:18 p.m.9 views

CVE-2026-50252

A flaw in Unbound's SOREUSEPORT implementation reduces UDP source port entropy by allowing attackers to map ports to specific worker threads. This enables DNS cache poisoning, potentially leading to traffic redirection or unauthorized information disclosure. Mitigation Disable the so-reuseport...

9.3CVSS5.2AI score0.00163EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/18 3:11 p.m.13 views

mysql: Performance Schema unspecified vulnerability (CPU Jul 2026)

Oracle CPU describes the issue as following: Vulnerability in the MySQL Server, MySQL Cluster product of Oracle MySQL component: Server: Performance Schema. Supported versions that are affected are MySQL Server: 8.4.0-8.4.10, 9.7.0-9.7.1; MySQL Cluster: 8.0.0-8.0.47, 8.4.0-8.4.10 and 9.7.0-9.7.1...

2.7CVSS6.7AI score0.00259EPSS
SaveExploits0References6
Circl
Circl
added 2026/08/18 3:05 p.m.12 views

CVE-2026-73426

creationtimestamp| type| source ---|---|--- 2026-08-18 15:05:35+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/aegpfivy42rii...

4.6CVSS4.8AI score0.00245EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/18 2:55 p.m.7 views

httpd: Apache HTTP Server: Out-of-bounds Read in mod_headers and mod_mime

A flaw was found in Apache HTTP Server. An out-of-bounds read vulnerability exists when modheaders and modmime are used with multiple response languages. This could allow a remote attacker to disclose sensitive information from memory or cause a denial of service...

6.5CVSS6.6AI score0.00545EPSS
SaveExploits0References5
Rows per page
Query Builder