Latest CVE Feed
-
5.9
MEDIUMCVE-2024-39746
IBM Sterling Connect:Direct Web Services 6.0, 6.1, 6.2, and 6.3 could allow a remote attacker to obtain sensitive information, caused by the failure to properly enable HTTP Strict Transport Security. An attacker could exploit this vulnerability to obtain ... Read more
- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
5.4
MEDIUMCVE-2024-20443
A vulnerability in the web-based management interface of Cisco ISE could allow an authenticated, remote attacker to conduct an XSS attack against a user of the interface. This vulnerability is due to insufficient validation of user-supplied input by th... Read more
- Published: Aug. 07, 2024
- Modified: Aug. 23, 2024
-
4.8
MEDIUMCVE-2024-20479
A vulnerability in the web-based management interface of Cisco ISE could allow an authenticated, remote attacker to conduct an XSS attack against a user of the interface. This vulnerability is due to insufficient validation of user-supplied input by th... Read more
Affected Products : identity_services_engine- Published: Aug. 07, 2024
- Modified: Aug. 23, 2024
-
5.3
MEDIUMCVE-2024-42396
Multiple unauthenticated Denial-of-Service (DoS) vulnerabilities exist in the AP Certificate Management daemon accessed via the PAPI protocol. Successful exploitation of these vulnerabilities results in the ability to interrupt the normal operation of the... Read more
- Published: Aug. 06, 2024
- Modified: Aug. 23, 2024
-
5.3
MEDIUMCVE-2024-42400
Multiple unauthenticated Denial-of-Service (DoS) vulnerabilities exist in the Soft AP daemon accessed via the PAPI protocol. Successful exploitation of these vulnerabilities results in the ability to interrupt the normal operation of the affected Access P... Read more
- Published: Aug. 06, 2024
- Modified: Aug. 23, 2024
-
4.3
MEDIUMCVE-2024-29977
Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6 fail to properly validate synced reactions, when shared channels are enabled, which allows a malicious remote to create arbitrary reactions on arbitrary posts... Read more
- Published: Aug. 01, 2024
- Modified: Aug. 23, 2024
-
7.4
HIGHCVE-2024-36492
Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5, 9.8.x <= 9.8.1 fail to disallow the modification of local users when syncing users in shared channels. which allows a malicious remote to overwrite an existing local user.... Read more
- Published: Aug. 01, 2024
- Modified: Aug. 23, 2024
-
8.7
HIGHCVE-2024-39274
Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5 and 9.8.x <= 9.8.1 fail to properly validate that the channel that comes from the sync message is a shared channel, when shared channels are enabled, which allows a malicious remote to add... Read more
- Published: Aug. 01, 2024
- Modified: Aug. 23, 2024
-
9.6
CRITICALCVE-2024-39777
Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5 and 9.8.x <= 9.8.1 fail to disallow unsolicited invites to expose access to local channels, when shared channels are enabled, which allows a malicious remote to send an invite with the ID ... Read more
- Published: Aug. 01, 2024
- Modified: Aug. 23, 2024
-
8.7
HIGHCVE-2024-39832
Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5, 9.8.x <= 9.8.1 fail to properly safeguard an error handling which allows a malicious remote to permanently delete local data by abusing dangerous error handling, when share channels were ... Read more
- Published: Aug. 01, 2024
- Modified: Aug. 23, 2024
-
7.8
HIGHCVE-2022-48925
In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.src_addr outside state checks If the state is not idle then resolve_prepare_src() should immediately fail and no change to global state should happen.... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
7.8
HIGHCVE-2022-48927
In the Linux kernel, the following vulnerability has been resolved: iio: adc: tsc2046: fix memory corruption by preventing array overflow On one side we have indio_dev->num_channels includes all physical channels + timestamp channel. On other side we ha... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
7.8
HIGHCVE-2022-48926
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: add spinlock for rndis response list There's no lock for rndis response list. It could cause list corruption if there're two different list_add at the same time like... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
5.5
MEDIUMCVE-2022-48929
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to out of bounds access into reg2btf_ids. When commit e6ac2450d6de ("bpf: Support bpf program calling kernel function") added kfunc support, it defined reg2btf_ids as... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
5.5
MEDIUMCVE-2022-48928
In the Linux kernel, the following vulnerability has been resolved: iio: adc: men_z188_adc: Fix a resource leak in an error handling path If iio_device_register() fails, a previous ioremap() is left unbalanced. Update the error handling path and add th... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
4.7
MEDIUMCVE-2022-48931
In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() is executing link_group() or unlink_group(), it is possi... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
5.5
MEDIUMCVE-2022-48930
In the Linux kernel, the following vulnerability has been resolved: RDMA/ib_srp: Fix a deadlock Remove the flush_workqueue(system_long_wq) call since flushing system_long_wq is deadlock-prone and since that call is redundant with a preceding cancel_work... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
5.5
MEDIUMCVE-2022-48933
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this purp... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
5.5
MEDIUMCVE-2022-48932
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-of-band access issue: BUG: KASAN: slab-out-of-bounds ... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Aug. 23, 2024
-
7.8
HIGHCVE-2024-7977
Insufficient data validation in Installer in Google Chrome on Windows prior to 128.0.6613.84 allowed a local attacker to perform privilege escalation via a malicious file. (Chromium security severity: Medium)... Read more
- Published: Aug. 21, 2024
- Modified: Aug. 22, 2024