Lucene search
+L

20305 matches found

RedhatCVE
RedhatCVE
added 2024/05/27 8:30 a.m.27 views

CVE-2021-47469

In the Linux kernel, the following vulnerability has been resolved: spi: Fix deadlock when adding SPI controllers on SPI buses Currently we have a global spiaddlock which we take when adding new devices so that we can check that we're not trying to reuse a chip select that's already controlled...

4.4CVSS6.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 8:29 a.m.19 views

CVE-2021-47440

In the Linux kernel, the following vulnerability has been resolved: net: encx24j600: check error in devmregmapinitencx24j600 devmregmapinit may return error which caused by like out of memory, this will results in null pointer dereference later when reading or writing register: general protection...

4.4CVSS6.3AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 8:29 a.m.21 views

CVE-2021-47439

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Added the condition for scheduling kszmibreadwork When the ksz module is installed and removed using rmmod, kernel crashes with null pointer dereferrence error. During rmmod, kszswitchremove function tries to...

4.5CVSS6.5AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/27 8:29 a.m.26 views

CVE-2021-47438

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix memory leak in mlx5coredestroycq error path Prior to this patch in case mlx5coredestroycq failed it returns without completing all destroy operations and that leads to memory leak. Instead, complete the destroy flo...

5.1CVSS6.5AI score0.00233EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2024/05/27 1:14 a.m.24 views

U.S. Dept Of Defense: Self XSS

A self-XSS vulnerability was discovered in the search function at "https://█████████/ords/f?p=1001:2::::::" where a normal XSS payload could be injected and executed...

6.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2024/05/27 12:00 a.m.9 views

Fedora: Security Advisory for rust-sha1collisiondetection (FEDORA-2024-ce2936b568)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Fedora
Fedora
added 2024/05/26 1:29 a.m.18 views

[SECURITY] Fedora 40 Update: rust-sha1collisiondetection-0.3.4-2.fc40

SHA-1 hash function with collision detection and mitigation...

7.4AI score
SaveExploits0
Hacker One
Hacker One
added 2024/05/24 1:42 p.m.61 views

U.S. Dept Of Defense: CVE-2023-26347 in https://████.mil/hax/..CFIDE/adminapi/administrator.cfc?method=getBuildNumber&_cfclient=true

CVE-2023-26347 was discovered in Adobe ColdFusion versions 2023.5 and earlier and 2021.11 and earlier. The vulnerability was an Improper Access Control issue that could result in a Security feature bypass. Unauthenticated access was possible to the administration CFM and CFC endpoints...

7.5CVSS7.3AI score0.10072EPSS
SaveExploits0
Arista
Arista
added 2024/05/24 12:00 a.m.61 views

Security Advisory 0097

Security Advisory 0097 PDF Date: May 24, 2024 Revision | Date | Changes ---|---|--- 1.0 | May 24, 2024 | Initial release The CVE-ID tracking this issue: CVE-2023-52424 CVSSv3.1 Base Score: Not indicated by NVD as of 5/23/2024 Description Arista Networks is providing this security update in respon...

7.4CVSS7.3AI score0.00716EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/23 4:27 p.m.25 views

CVE-2023-52746

In the Linux kernel, the following vulnerability has been resolved: xfrm/compat: prevent potential spectre v1 gadget in xfrmxlate32attr int type = nlatypenla; if type XFRMAMAX return -EOPNOTSUPP; @type is then used as an array index and can be used as a Spectre v1 gadget. if nlalennla...

5.5CVSS6.3AI score0.00243EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:06 p.m.39 views

CVE-2021-47262

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message Use the string machinery provided by the tracing subystem to make a copy of the string literals consumed by the "nested VM-Enter failed" tracepoint. A complet...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:05 p.m.22 views

CVE-2021-47256

A vulnerability was found in the memoryfailure function in the Linux kernel's memory management system, where the system may not wait for certain pages to finish writing before performing actions on them, leading to a kernel crash. Mitigation Red Hat has investigated whether a possible mitigation...

5.5CVSS6.2AI score0.00233EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:04 p.m.29 views

CVE-2021-47255

In the Linux kernel, the following vulnerability has been resolved: kvm: LAPIC: Restore guard to prevent illegal APIC register access Per the SDM, "any access that touches bytes 4 through 15 of an APIC register may cause undefined behavior and must not be executed." Worse, such an access in...

6.1CVSS6.2AI score0.00244EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:04 p.m.24 views

CVE-2021-47253

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

5.1CVSS6.5AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:03 p.m.26 views

CVE-2021-47244

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

5.5CVSS6.3AI score0.00713EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:02 p.m.27 views

CVE-2021-47242

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lookup in subflowerrorreport Maxim reported a soft lookup in subflowerrorreport: watchdog: BUG: soft lockup - CPU0 stuck for 22s! swapper/0:0 RIP: 0010:nativequeuedspinlockslowpath RSP: 0018:ffffa859c0003bc0 EFLAG...

4.4CVSS6.5AI score0.00334EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:01 p.m.24 views

CVE-2021-47236

In the Linux kernel, the following vulnerability has been resolved: net: cdceem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eemtxfixup, if skbcopyexpand failed, it return NULL, usbnetstartxmit will have no chance to free original skb. fix it by free orginal skb in eemtxfixu...

5.1CVSS6.5AI score0.00228EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/23 2:01 p.m.19 views

CVE-2021-47235

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ecbhfremove static void ecbhfremovestruct pcidev dev ... struct ecbhfpriv priv = netdevprivnetdev; unregisternetdevnetdev; freenetdevnetdev; pciiounmapdev, priv-dmaio; pciiounmapdev,...

6.6CVSS9AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:01 p.m.18 views

CVE-2021-47234

In the Linux kernel, the following vulnerability has been resolved: phy: phy-mtk-tphy: Fix some resource leaks in mtkphyinit Use clkdisableunprepare in the error path of mtkphyinit to fix some resource leaks...

5.1CVSS6.5AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:00 p.m.22 views

CVE-2021-47228

In the Linux kernel, the following vulnerability has been resolved: x86/ioremap: Map EFI-reserved memory as encrypted for SEV Some drivers require memory that is marked as EFI boot services data. In order for this memory to not be re-used by the kernel after ExitBootServices, efimemreserve is use...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References4
Rows per page
Query Builder