Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 12:55:33
  • Zuletzt bearbeitet 05.11.2025 22:05:40

In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. When I ran the repro [0] and waited a few seconds, I observed two LOCKDEP splats: a warning immediately follow...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 12:55:33
  • Zuletzt bearbeitet 06.11.2025 17:39:57

In the Linux kernel, the following vulnerability has been resolved: backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() Lockdep detects the following issue on led-backlight removal: [ 142.315935] ------------[ cut here ]----...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:32
  • Zuletzt bearbeitet 05.11.2025 22:04:01

In the Linux kernel, the following vulnerability has been resolved: sctp: detect and prevent references to a freed transport in sendmsg sctp_sendmsg() re-uses associations and transports when possible by doing a lookup based on the socket endpoint ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 12:55:31
  • Zuletzt bearbeitet 05.11.2025 21:50:50

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses Acquire a lock on kvm->srcu when userspace is getting MP state to handle a rather extreme edge case wher...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 12:55:30
  • Zuletzt bearbeitet 08.05.2025 11:15:53

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 12:55:30
  • Zuletzt bearbeitet 05.11.2025 21:46:13

In the Linux kernel, the following vulnerability has been resolved: misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error After devm_request_irq() fails with error in pci_endpoint_test_request_irq(), the pci_endpoint_...

  • EPSS 0.01%
  • Veröffentlicht 29.04.2025 11:45:30
  • Zuletzt bearbeitet 01.10.2025 17:15:38

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame Andrew and Nikolay reported connectivity issues with Cilium's service load-balancing in case of vmxnet3. If a BPF program ...

  • EPSS 0.02%
  • Veröffentlicht 18.04.2025 14:20:55
  • Zuletzt bearbeitet 03.11.2025 20:18:37

In the Linux kernel, the following vulnerability has been resolved: HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition In the ssi_protocol_probe() function, &ssi->work is bound with ssip_xmit_work(), In...

  • EPSS 0.02%
  • Veröffentlicht 18.04.2025 13:50:24
  • Zuletzt bearbeitet 17.11.2025 14:06:37

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix io_req_prep_async with provided buffers io_req_prep_async() can import provided buffers, commit the ring state by giving up on that before, it'll be reimported later ...

  • EPSS 0.02%
  • Veröffentlicht 18.04.2025 07:01:41
  • Zuletzt bearbeitet 06.11.2025 21:33:01

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQ_NOWAIT raid10_handle_discard should wait barrier before returning a discard bio which has REQ_NOWAIT. And there is...