3531 matches found
CVE-2025-4531 Seeyon Zhiyuan OA Web Application System Beetl Template EhrSalaryPayrollServiceImpl.class postData code injection
A vulnerability was found in Seeyon Zhiyuan OA Web Application System 8.1 SP2. It has been rated as critical. Affected by this issue is the function postData of the file ROOT\WEB-INF\classes\com\ours\www\ehr\salary\service\data\EhrSalaryPayrollServiceImpl.class of the component Beetl Template...
CVE-2022-41415
creationtimestamp| type| source ---|---|--- 2025-05-08 20:23:45+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/15605...
CVE-2022-43425
creationtimestamp| type| source ---|---|--- 2025-05-08 19:24:09+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/15591 2025-10-02 00:17:51+00:00| seen| https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3m26bok3cefj2 2025-10-02 00:17:52+00:00| seen|...
CVE-2022-32407
creationtimestamp| type| source ---|---|--- 2025-05-07 19:22:40+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/15401...
CVE-2022-42940
creationtimestamp| type| source ---|---|--- 2025-05-07 16:23:09+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/15336...
CVE-2025-3851
creationtimestamp| type| source ---|---|--- 2025-05-07 02:21:40+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/15247 2025-05-07 04:26:17+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lokkl3pbb22p 2025-05-07 07:12:57+00:00| seen|...
CVE-2025-27921
creationtimestamp| type| source ---|---|--- 2025-05-05 20:03:54+00:00| seen| https://t.me/cvedetector/24474 2025-05-13 08:02:21+00:00| seen| https://bsky.app/profile/hackingne.ws/post/3lozzh2lpaf2h 2025-05-13 14:46:13+00:00| seen| https://poliverso.org/objects/0477a01e-47e8df00-879faa5b2ea09852...
Important: Red Hat Security Advisory: yelp security update
An update for yelp is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as havi...
SUSE CVE-2023-53143
In the Linux kernel, the following vulnerability has been resolved: ext4: fix another off-by-one fsmap error on 1k block filesystems Apparently syzbot figured out that issuing this FSMAP call: struct fsmaphead cmd = .fmhcount = ...; .fmhkeys = .fmrdevice = / ext4 dev /, .fmrphysical = 0, ,...
CVE-2022-37906
creationtimestamp| type| source ---|---|--- 2025-05-02 19:16:24+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/14575...
CVE-2022-3821
creationtimestamp| type| source ---|---|--- 2025-05-02 18:19:34+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/14543...
CVE-2025-1301
creationtimestamp| type| source ---|---|--- 2025-05-02 11:15:32+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/14468 2025-05-02 12:00:42+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lo6rn5sanf24 2025-05-02 14:30:45+00:00| seen|...
CVE-2022-49921
creationtimestamp| type| source ---|---|--- 2025-05-01 19:01:40+00:00| seen| https://t.me/cvedetector/24247...
CVE-2022-49876
Summary: CVE-2022-49876 is a Linux kernel vulnerability in wifi/mac80211 that causes a general-protection fault when an interface’s status changes during active transmission. The issue stems from accessing sdata->bss after it is set to NULL during ieee80211_runtime_change_iftype/ieee80211_do_s...
CVE-2022-49866 net: wwan: mhi: fix memory leak in mhi_mbim_dellink
In the Linux kernel, the following vulnerability has been resolved: net: wwan: mhi: fix memory leak in mhimbimdellink MHI driver registers network device without setting the needsfreenetdev flag, and does NOT call freenetdev when unregisters network device, which causes a memory leak. This patch...
CVE-2022-49850
CVE-2022-49850 affects the Linux kernel nilfs2 subsystem. A semaphore deadlock can occur when nilfs_get_block() detects metadata corruption during data-block allocation and a concurrent superblock writeback happens. The root cause involves a lock order: rwsem A (NILFS_MDT dat_inode mi_sem) read l...
CVE-2022-49805 net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()
In the Linux kernel, the following vulnerability has been resolved: net: lan966x: Fix potential null-ptr-deref in lan966xstatsinit lan966xstatsinit calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: lan966xstatsinit...
CVE-2022-49800 tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in testgensynthcmd and testemptysynthevent testgensynthcmd only free buf in fail path, hence buf will leak when there is no failure. Add kfreebuf to prevent the memleak. The same reason and solution in...