Lucene search
+L

14116 matches found

Positive Technologies
Positive Technologies
added 2024/09/26 12:0 a.m.7 views

PT-2024-32460 · Rsshub · Rsshub

Name of the Vulnerable Software and Affected Versions: RSSHub versions prior to commit 64e00e7 Description: RSSHub's docker-test-cont.yml workflow is vulnerable to Artifact Poisoning, which could have led to a full repository takeover. The workflow gets triggered when the PR - Docker build test...

8.8CVSS7.2AI score0.00735EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/09/20 6:15 p.m.19 views

CVE-2024-8612

A flaw was found in QEMU, in the virtio-scsi, virtio-blk, and virtio-crypto devices. The size for virtqueuepush as set in virtioscsicompletereq / virtioblkreqcomplete / viritocryptoreqcomplete could be larger than the true size of the data which has been sent to guest. Once virtqueuepush finally...

3.8CVSS6.5AI score0.00203EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/19 9:15 p.m.7 views

CVE-2024-9004

A vulnerability classified as critical has been found in D-Link DAR-7000 up to 20240912. Affected is an unknown function of the file /view/DBManage/BackupServercommit.php. The manipulation of the argument host leads to os command injection. It is possible to launch the attack remotely. The exploi...

9.8CVSS5.5AI score0.16647EPSS
SaveExploits1References6
OSV
OSV
added 2024/09/19 6:30 p.m.131 views

GHSA-W69Q-W4H4-2FX8 Reverb use after free vulnerability

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

6.1CVSS6AI score0.00123EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/19 4:15 p.m.41 views

CVE-2024-8375

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

7.8CVSS0.00123EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/19 3:50 p.m.53 views

CVE-2024-8375 Object deserialization in Reverb leading to RCE

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

5.7CVSS0.00123EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/19 3:50 p.m.21 views

CVE-2024-8375 Object deserialization in Reverb leading to RCE

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

5.7CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/09/19 3:50 p.m.92 views

CVE-2024-8375

CVE-2024-8375 affects Google DeepMind Reverb. A use-after-free vulnerability arises when unpacking a tensor proto of type VARIANT: memory is allocated for the tensor, objects are constructed, then tensor_content is copied into pre-allocated memory, overwriting vtable pointers. This enables an att...

7.8CVSS7.3AI score0.00123EPSS
SaveExploits0References2Affected Software1
Redos
Redos
added 2024/09/19 12:0 a.m.74 views

ROS-20240919-02

Vulnerability of the reweightentity function of the sched component of the Linux operating system kernel is related to synchronization errors when using a shared resource. Exploitation of the vulnerability could allow an attacker to impact confidentiality, integrity, and availability. A...

8.8CVSS7.2AI score0.00643EPSS
SaveExploits0
OSV
OSV
added 2024/09/18 2:26 p.m.19 views

GHSA-R95W-889Q-X2GX org.xwiki.platform:xwiki-platform-notifications-ui is missing checks for notification filter preferences editions

Impact It's possible for any user knowing the ID of a notification filter preference of another user, to enable/disable it or even delete it. The impact is that the target user might start loosing notifications on some pages because of this. This vulnerability is present in XWiki since 13.2-rc-1...

7.1CVSS6.3AI score0.00519EPSS
SaveExploits1References8
OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46754

In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tstrun from lwtseg6localprogops. The syzbot reported that the lwtseg6 related BPF ops can be invoked via bpftestrun without without entering inputactionendbpf first. Martin KaFai Lau said that self test for...

5.5CVSS5.5AI score0.00215EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.35 views

CVE-2024-46800 sch/netem: fix use after free in netem_dequeue

In the Linux kernel, the following vulnerability has been resolved: sch/netem: fix use after free in netemdequeue If netemdequeue enqueues packet to inner qdisc and that qdisc returns NETXMITSTOLEN. The packet is dropped but qdisctreereducebacklog is not called to update the parent's q.qlen,...

7.8CVSS0.00268EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.34 views

CVE-2024-46800 sch/netem: fix use after free in netem_dequeue

In the Linux kernel, the following vulnerability has been resolved: sch/netem: fix use after free in netemdequeue If netemdequeue enqueues packet to inner qdisc and that qdisc returns NETXMITSTOLEN. The packet is dropped but qdisctreereducebacklog is not called to update the parent's q.qlen,...

7.8CVSS7AI score0.00268EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.18 views

CVE-2024-46787 userfaultfd: fix checks for huge PMDs

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmdtranshuge check", v2. The pmdtranshuge code in mfillatomic is wrong in three different ways depending on kernel version: 1. The pmdtranshuge che...

6.7AI score0.00215EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/13 6:31 p.m.15 views

GHSA-9JMP-J63G-8X6M Withdrawn Advisory: Lunary information disclosure vulnerability

Withdrawn Advisory This advisory has been withdrawn because the lunary npm package is connected to https://github.com/lunary-ai/lunary-js, not the https://github.com/lunary-ai/lunary repo that is discussed in this advisory. The underlying vulnerability report is still valid, but it doesn't affect...

5.3CVSS5.1AI score
SaveExploits0References3
NVD
NVD
added 2024/09/13 7:15 a.m.28 views

CVE-2024-46703

In the Linux kernel, the following vulnerability has been resolved: Revert "serial: 8250omap: Set the console genpd always on if no console suspend" This reverts commit 68e6939ea9ec3d6579eadeab16060339cdeaf940. Kevin reported that this causes a crash during suspend on platforms that dont use PM...

5.5CVSS0.00188EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.25 views

CVE-2024-46693 soc: qcom: pmic_glink: Fix race during initialization

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmicglink: Fix race during initialization As pointed out by Stephen Boyd it is possible that during initialization of the pmicglink child drivers, the protection-domain notifiers fires, and the associated work is...

0.00209EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/12 5:15 p.m.16 views

UBUNTU-CVE-2024-6389

An issue was discovered in GitLab-CE/EE affecting all versions starting with 17.0 before 17.1.7, 17.2 before 17.2.5, and 17.3 before 17.3.2. An attacker as a guest user was able to access commit information via the release Atom endpoint, contrary to permissions...

4.3CVSS5.8AI score0.00434EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/12 4:56 p.m.14 views

CVE-2024-6389 Exposure of Sensitive System Information to an Unauthorized Control Sphere in GitLab

An issue was discovered in GitLab-CE/EE affecting all versions starting with 17.0 before 17.1.7, 17.2 before 17.2.5, and 17.3 before 17.3.2. An attacker as a guest user was able to access commit information via the release Atom endpoint, contrary to permissions...

4.3CVSS6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/09/12 4:56 p.m.66 views

CVE-2024-6389

Removed by vendor...

4.3CVSS5.8AI score0.00434EPSS
SaveExploits0
Rows per page
Query Builder