Lucene search
+L

5979 matches found

OSV
OSV
added 2022/11/21 8:39 p.m.14 views

GHSA-W58W-79XV-6VCJ Out of bounds segmentation fault due to unequal op inputs in Tensorflow

Impact tf.rawops.DynamicStitch specifies input sizes when it is registered. cpp REGISTEROP"DynamicStitch" .Input"indices: N int32" .Input"data: N T" .Output"merged: T" .Attr"N : int = 1" .Attr"T : type" .SetShapeFnDynamicStitchShapeFunction; When it receives a differing number of inputs, such as...

6.8CVSS7AI score0.0035EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2022/11/18 12:0 a.m.12 views

PT-2022-26127

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1, 2.9.3, and 2.8.4 Description TensorFlow is an open source platform for machine learning. If ThreadUnsafeUnigramCandidateSampler is given input filterbank channel count greater than...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1References18
Trellix
Trellix
added 2022/11/17 12:0 a.m.28 views

Email Cyberattacks on Arab Countries Rise in Lead to Global Football Tournament

Email Cyberattacks on Arab Countries Rise in Lead to Global Football Tournament By Daksh Kapur · November 17, 2022 This story was also written by Sparsh Jain. Figure 1 Global eyes are soon to be turned to the first global football tournament to be held in the Arab world kicking off on November 20...

7.5AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/11/15 12:6 p.m.16 views

dpdk: DoS when a Vhost header crosses more than two descriptors and exhausts all mbufs

A permissive list of allowed inputs flaw was found in DPDK. This issue allows a remote attacker to cause a denial of service triggered by sending a crafted Vhost header to DPDK...

8.6CVSS7.1AI score0.01781EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.8 views

kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c

A use-after-free flaw was found in u32change in net/sched/clsu32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information...

7.8CVSS6.6AI score0.00928EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.13 views

kernel: exec: Force single empty string when argv is empty

In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting1 Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve2 be the name of a program, thus prohibiting a scenario...

7.8CVSS6.2AI score0.94921EPSS
SaveExploits154References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.6 views

kernel: bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data

A reference-count flaw was found in the Linux kernel Berkeley Packet Filter BPF sockmap implementation. When processing messages with remaining data, the same Transmission Control Protocol TCP socket reference could be released more than once. A local user running BPF sockmap programs could use...

7.8CVSS7.2AI score0.00157EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.10 views

kernel: bpf: Fix request_sock leak in sk lookup helpers

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix requestsock leak in sk lookup helpers A customer reported a requestsocket leak in a Calico cloud environment. We found that a BPF program was doing a socket lookup with takes a refcnt on the socket and that it was findin...

5.5CVSS6.3AI score0.00273EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:38 a.m.15 views

kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c

A use-after-free flaw was found in u32change in net/sched/clsu32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information...

7.8CVSS6.6AI score0.00928EPSS
SaveExploits1References6
OSV
OSV
added 2022/11/14 7:8 p.m.11 views

GSD-2022-1007126 jbd2: fix potential buffer head reference count leak

jbd2: fix potential buffer head reference count leak This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.75 by commit...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/11/14 6:47 p.m.12 views

GSD-2022-1006887 jbd2: fix potential buffer head reference count leak

jbd2: fix potential buffer head reference count leak This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.3 by commit...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/11/13 2:25 a.m.10 views

MGASA-2022-0418 Updated wayland packages fix security vulnerability

An internal reference count is held on the buffer pool, incremented every time a new buffer is created from the pool. The reference count is maintained as an int; on LP64 systems this can cause the reference count to overflow if the client creates a large number of wlshm buffer objects, or if it...

6.6CVSS6.5AI score0.00297EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.12 views

Closing an unexisting credit can overflow the credit count variable in the LineOfCredit contract

Lines of code Vulnerability details The LineOfCredit contract doesn't verify if a credit exists and is properly initialized when closing it, and will update its state anyway, leading to an inconsistent count. Impact The close function in the LineOfCredit contract doesn't check if the given credit...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.8 views

Borrower can close non-existent credit line positions to effectively force the overall status to REPAID

Lines of code Vulnerability details The LineOfCredit.close function is used to close a credit line position. Both the lender of a specific credit position and the borrower can call this function. However, the function does not check if the given id belongs to a credit line position in the credits...

6.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/11/08 9:25 a.m.10 views

kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c

A use-after-free flaw was found in u32change in net/sched/clsu32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information...

7.8CVSS6.6AI score0.00928EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2022/11/08 12:0 a.m.5 views

PT-2022-5441 · Microsoft · Windows

Name of the Vulnerable Software and Affected Versions: Windows affected versions not specified Description: The issue is related to insufficient protection of service data in the Human Interface Devices HID component of Windows operating systems. This can allow an attacker to gain unauthorized...

5.5CVSS6.2AI score0.0055EPSS
SaveExploits0References7
OSV
OSV
added 2022/11/07 9:15 p.m.6 views

UBUNTU-CVE-2022-3872

An off-by-one read/write issue was found in the SDHCI device of QEMU. It occurs when reading/writing the Buffer Data Port Register in sdhcireaddataport and sdhciwritedataport, respectively, if datacount == blocksize. A malicious guest could use this flaw to crash the QEMU process on the host,...

8.6CVSS6.8AI score0.00839EPSS
SaveExploits0References4
OSV
OSV
added 2022/11/03 8:15 p.m.9 views

CVE-2022-40131

Cross-Site Request Forgery CSRF vulnerability in a3rev Software Page View Count plugin = 2.5.5 on WordPress allows an attacker to reset the plugin settings...

4.3CVSS5.8AI score0.00254EPSS
SaveExploits0References2
NVD
NVD
added 2022/11/03 8:15 p.m.38 views

CVE-2022-40131

Cross-Site Request Forgery CSRF vulnerability in a3rev Software Page View Count plugin = 2.5.5 on WordPress allows an attacker to reset the plugin settings...

5.4CVSS0.00254EPSS
SaveExploits0References2
CVE
CVE
added 2022/11/03 7:26 p.m.73 views

CVE-2022-40131

The CVE-2022-40131 entry concerns the a3rev Software Page View Count plugin for WordPress, affected in versions

5.4CVSS4.7AI score0.00254EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder