2238 matches found
CVE-2024-45265
CVE-2024-45265 제안된 설명 SkySystem Arfa-CMS 5.1.3132 이전 버전의 설문 구성 요소에 존재하는 SQL 인젝션 취약점으로 인해 원격 공격자가 psid 매개변수를 통해 임의의 SQL 명령을 실행할 수 있습니다. 취약점 유형 CWE-89 | SQL 인젝션 제품 공급업체 SkySystem https://skyss.ru/ 영향을 받는 제품 코드 베이스 Arfa-CMS - 5.1.3124 및 이전 버전 권한 상승 영향 true 공급업체가 취약점을 확인하거나 인정했습니까? true 발견자 Kirill...
CVE-2026-14840
CVE-2026-14840 — YOP Poll 7.0.6 투표 제한 우회 작성자: nullwhisper 용도: 승인된 보안 연구 / 취약점 검증 전용. 这是什么? YOP Poll 플러그인 7.0.6 미만 버전은 IP당 1회 투표 제한을 적용합니다. 문제는 클라이언트 IP를 얻기 위해 REMOTEADDR보다 먼저 HTTPCLIENTIP와 HTTPXFORWARDEDFOR를 확인한다는 점입니다. 두 헤더 모두 공격자가 제어할 수 있으므로, 인증되지 않은 사용자는 매 요청마다 새로운 IP를 위조하여 무제한으로 투표를 할 수 있습니다...
WordPress TS Poll < 2.4.0 - SQL Injection
WordPress TS Poll plugin 2.4.0 contains a SQL injection caused by lack of sanitization and escaping of a parameter before using it in a SQL statement, letting attackers perform SQL injection attacks, exploit requires admin privileges. id: CVE-2024-8625 info: name: WordPress TS Poll 2.4.0 - SQL...
Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update
An update for kernel is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...
kernel: io_uring/poll: fix signed comparison in io_poll_get_ownership()
A flaw was found in the Linux kernel's iouring/poll component. A logic error exists in the iopollgetownership function due to an incorrect signed comparison. This flaw prevents the necessary slowpath from being triggered when the IOPOLLCANCELFLAG is set, potentially leading to unexpected behavior...
kernel: io_uring/poll: fix signed comparison in io_poll_get_ownership()
A flaw was found in the Linux kernel's iouring/poll component. A logic error exists in the iopollgetownership function due to an incorrect signed comparison. This flaw prevents the necessary slowpath from being triggered when the IOPOLLCANCELFLAG is set, potentially leading to unexpected behavior...
kernel: io_uring/poll: fix signed comparison in io_poll_get_ownership()
A flaw was found in the Linux kernel's iouring/poll component. A logic error exists in the iopollgetownership function due to an incorrect signed comparison. This flaw prevents the necessary slowpath from being triggered when the IOPOLLCANCELFLAG is set, potentially leading to unexpected behavior...
zeek-netsupport-detector
NetSupport 背景 https://unit42.paloaltonetworks.com/cortex-xdr-detects-netsupport-manager-rat-campaign/ テスト用PCAP: https://app.any.run/tasks/b5d9853f-0dca-45ef-9532-83feeedcbf42 例: root@kitploit: $ zeek -Cr b5d9853f-0dca-45ef-9532-83feeedcbf42.pcap $ cat notice.log separator \x09 setseparator ,...
UBUNTU-CVE-2026-80737
In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...
SUSE CVE-2026-80647
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...
CVE-2026-80647
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...
UBUNTU-CVE-2026-80647
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...
CVE-2026-80694
CVE-2026-80694 is a type-mismatch bug in the Linux kernel's MediaTek mtk_eth_soc Ethernet driver. The function mtk_poll_controller incorrectly passed a net_device * to mtk_handle_irq_rx, which expects a struct mtk_eth * (the request_irq cookie). Calling ndo_poll_controller with CONFIG_NET_POLL_CO...
EUVD-2026-67429
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: pass eth to mtkhandleirqrx in pollcontroller mtkhandleirqrx expects a struct mtketh matching the requestirq cookie, but mtkpollcontroller incorrectly passed the netdevice . Calling ndopollcontroller with...
CVE-2026-80647
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...
CVE-2026-80647 RDMA/hns: Fix warning in poll cq direct mode
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...
PT-2026-82994
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk eth soc: pass eth to mtk handle irq rx in poll controller mtk handle irq rx expects a struct mtk eth matching the request irq cookie, but mtk poll controller incorrectly passed the net device . Calling ndo poll...
PT-2026-82122
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the veth poll function where the index of the peer TX queue to wake is incorrectly derived from rq-xdp rxq.queue index. This field is only initialized when an XDP...
Astra Linux – Vulnerability in Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Added missing lock protection when polling. A missing lock protection was added to the poll routine when iterating the xarray. Otherwise, even with the RCU read lock held, only the slot of the radix tree is guaranteed...
Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Prevents handling of any completions after the destruction of a QP Queue Pair. The hardware may generate completions indicating that the QP has been destroyed. The driver should not schedule any completion handlers f...