Lucene search
+L

24871 matches found

Positive Technologies
Positive Technologies
•added 2026/05/06 12:00 a.m.•40 views

PT-2026-44278

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the smb2 compound op function. This occurs when a server sends a truncated response with a large OutputBufferLength and terminates the EA list early. In...

9.4CVSS5.9AI score0.00653EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/05/06 12:00 a.m.•18 views

PT-2026-37612

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix possible dereference of uninitialized pointer There is a pointer head page in rb meta validate events which is not initialized at the beginning of a function. This pointer can be dereferenced if there is a failur...

5.7AI score0.0016EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/05/06 12:00 a.m.•16 views

PT-2026-37550

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rb read data buffer. Since this function is used for validating possibly broken ring buffers, the...

5.7AI score0.00162EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2026/05/06 12:00 a.m.•32 views

PT-2026-38527

These are all security issues fixed in the python311-jupyter-server-2.18.1-1.1 package on the GA media of openSUSE Tumbleweed...

5.8AI score
SaveExploits0References5
OPENSUSE Linux
OPENSUSE Linux
•added 2026/05/06 12:00 a.m.•22 views

libthrift-0_23_0-0.23.0-1.1 on GA media (moderate)

libthrift-0230-0.23.0-1.1 on GA media Announcement ID: openSUSE-SU-2026:10685-1 Rating: moderate Cross-References: CVE-2026-41602 CVE-2026-41604 CVE-2026-41605 CVE-2026-41606 CVE-2026-41607 CVE-2026-41636 CVSS scores: CVE-2026-41602 SUSE : 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H...

8.8CVSS5.8AI score0.01409EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/05/06 12:00 a.m.•18 views

PT-2026-37556

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock can occur in the Linux kernel when skb may tx timestamp acquires sock::sk callback lock within an IRQ Interrupt Request context. While softirq is permissible, taking this lock...

5.5CVSS5.5AI score0.0017EPSS
SaveExploits0
OSV
OSV
•added 2026/05/05 11:34 p.m.•14 views

CLSA-2026-1777941033 openssh: Fix of CVE-2026-35385

Fix CVE-2026-35385...

8.1CVSS5.8AI score0.00633EPSS
SaveExploits0References1
OSV
OSV
•added 2026/05/05 10:16 p.m.•12 views

PYSEC-2026-2187

Jupyter Server is the backend for Jupyter web applications. In versions 2.17.0 and earlier, the Origin header validation uses Python's re.match to check incoming origins against the alloworiginpat configuration value. Because re.match only anchors at the start of the string and does not require a...

7.3CVSS6AI score0.0047EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
•added 2026/05/05 9:29 p.m.•16 views

CVE-2026-28780 Apache HTTP Server: buffer overflow in mod_proxy_ajp via ajp_msg_check_header()

Heap-based Buffer Overflow vulnerability in modproxyajp of Apache HTTP Server. If modproxyajp connects to a malicious AJP server this AJP server can send a malicious AJP message back to modproxyajp and cause it to write 4 attacker controlled bytes after the end of a heap based buffer. This issue...

5.8AI score0.01631EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/05/05 8:52 p.m.•49 views

EUVD-2026-27502

In versions 2.1.63 through 2.1.83 of Claude Code, the folder trust determination logic used the git worktree commondir file without validating its contents. An attacker could craft a malicious repository with a commondir file pointing to a path the victim had previously trusted, causing Claude Co...

7.7CVSS5.8AI score0.00562EPSS
SaveExploits0References1
Slackware Linux
Slackware Linux
•added 2026/05/05 8:16 p.m.•34 views

[slackware-security] hunspell

New hunspell packages are available for Slackware 15.0 and -current to fix security issues. Here are the details from the Slackware 15.0 ChangeLog: patches/packages/hunspell-1.7.3-i586-1slack15.0.txz: Upgraded. This update fixes bugs and security issues. For more information, see:...

5.8AI score
SaveExploits0
Vulnrichment
Vulnrichment
•added 2026/05/05 7:39 p.m.•13 views

CVE-2026-35453 PhpSpreadsheet XSS via number format text substitution in HTML Writer

PhpSpreadsheet is a library for reading and writing spreadsheet files. In versions 1.30.3 and earlier, 2.0.0 through 2.1.15, 2.2.0 through 2.4.4, 3.3.0 through 3.10.4, and 4.0.0 through 5.6.0, the HTML Writer skips htmlspecialchars output escaping when a cell uses a custom number format containin...

4.8CVSS6AI score0.00239EPSS
SaveExploits1References1
EUVD
EUVD
•added 2026/05/05 7:13 p.m.•17 views

EUVD-2026-27450

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. The longestMatch function in plugin/transfer/transfer.go uses a lexicographic string comparison instead...

8.2CVSS5.8AI score0.00423EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
•added 2026/05/05 6:57 p.m.•16 views

PPTAgent: Arbitrary Code Execution via Python eval() of LLM-Generated Code with Builtins in Scope

Summary This vulnerability has been fixed in https://github.com/icip-cas/PPTAgent/commit/418491a9a1c02d9d93194b5973bb58df35cf9d00. CodeExecutor.executeactions pptagent/apis.py:126-205 processes LLM-generated slide editing actions using Python's eval: python pptagent/apis.py:184-186 partialfunc =...

8.6CVSS6AI score0.00212EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/05/05 6:44 p.m.•16 views

CLSA-2026-1778006676 libxml2: Fix of CVE-2025-6170

CVE-2025-6170: fix potential buffer overflows in xmllint interactive shell...

2.5CVSS5.9AI score0.00323EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2026/05/05 6:42 p.m.•27 views

OpenClaw's Webhooks SecretRef route secret remains valid after rotation/reload

Summary OpenClaw webhooks allowed route secrets to be backed by SecretRef values, but cached the resolved secret for a route. After an operator rotated the underlying secret and ran openclaw secrets reload, the previous resolved webhook secret could remain valid until the plugin or gateway...

6CVSS5.8AI score0.0051EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
•added 2026/05/05 6:37 p.m.•21 views

CVE-2026-6951

A flaw was found in simple-git. A remote attacker could exploit this vulnerability by providing specially crafted input to the options argument, bypassing a previous security fix. This incomplete fix allows an attacker to enable certain protocol extensions, which could lead to remote code executi...

9.8CVSS6AI score0.01006EPSS
SaveExploits1References6
OSV
OSV
•added 2026/05/05 6:16 p.m.•12 views

CLSA-2026-1778005006 sudo: Fix of CVE-2026-35535

CVE-2026-35535: failure to drop privileges before running mailer...

7.8CVSS5.8AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
•added 2026/05/05 4:16 p.m.•10 views

UBUNTU-CVE-2026-43070

In the Linux kernel, the following vulnerability has been resolved: bpf: Reset register ID for BPFEND value tracking When a register undergoes a BPFEND byte swap operation, its scalar value is mutated in-place. If this register previously shared a scalar ID with another register e.g., after an r1...

8.5CVSS5.7AI score0.00173EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/05/05 4:16 p.m.•13 views

CVE-2026-43065

In the Linux kernel, the following vulnerability has been resolved: ext4: always drain queued discard work in ext4mbrelease While reviewing recent ext4 patch1, Sashiko raised the following concern2: If the filesystem is initially mounted with the discard option, deleting files will populate...

5.5CVSS6.1AI score0.00162EPSS
SaveExploits0References29
Rows per page
Query Builder