Vulnerabilities > Medium

DATE CVE VULNERABILITY TITLE RISK
2024-08-07 CVE-2024-41247 Unspecified vulnerability in Lopalopa Responsive School Management System 3.2.0
An Incorrect Access Control vulnerability was found in /smsa/add_class.php and /smsa/add_class_submit.php in Kashipara Responsive School Management System v3.2.0, which allows remote unauthenticated attackers to add a new class entry.
network
low complexity
lopalopa
5.3
2024-08-07 CVE-2024-41248 Unspecified vulnerability in Lopalopa Responsive School Management System 3.2.0
An Incorrect Access Control vulnerability was found in /smsa/add_subject.php and /smsa/add_subject_submit.php in Kashipara Responsive School Management System v3.2.0, which allows remote unauthenticated attackers to add a new subject entry.
network
low complexity
lopalopa
5.3
2024-08-07 CVE-2024-41249 Unspecified vulnerability in Lopalopa Responsive School Management System 3.2.0
An Incorrect Access Control vulnerability was found in /smsa/view_subject.php in Kashipara Responsive School Management System v3.2.0, which allows remote unauthenticated attackers to view SUBJECT details.
network
low complexity
lopalopa
5.3
2024-08-07 CVE-2024-41251 Unspecified vulnerability in Lopalopa Responsive School Management System 3.2.0
An Incorrect Access Control vulnerability was found in /smsa/admin_teacher_register_approval.php and /smsa/admin_teacher_register_approval_submit.php in Kashipara Responsive School Management System v3.2.0, which allows remote unauthenticated attackers to view and approve Teacher registration.
network
low complexity
lopalopa
6.5
2024-08-07 CVE-2024-41252 Unspecified vulnerability in Lopalopa Responsive School Management System 3.2.0
An Incorrect Access Control vulnerability was found in /smsa/admin_student_register_approval.php and /smsa/admin_student_register_approval_submit.php in Kashipara Responsive School Management System v3.2.0, which allows remote unauthenticated attackers to view and approve student registration.
network
low complexity
lopalopa
6.5
2024-08-07 CVE-2024-41432 Authentication Bypass by Spoofing vulnerability in Likeshop 2.5.7.20210311
An IP Spoofing vulnerability has been discovered in Likeshop up to 2.5.7.20210811.
network
low complexity
likeshop CWE-290
5.3
2024-08-07 CVE-2024-42232 Use After Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: libceph: fix race between delayed_work() and ceph_monc_stop() The way the delayed work is handled in ceph_monc_stop() is prone to races with mon_fault() and possibly also finish_hunting().
local
low complexity
linux CWE-416
5.5
2024-08-07 CVE-2024-42234 Double Free vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: mm: fix crashes from deferred split racing folio migration Even on 6.10-rc6, I've been seeing elusive "Bad page state"s (often on flags when freeing, yet the flags shown are not bad: PG_locked had been set and cleared??), and VM_BUG_ON_PAGE(page_ref_count(page) == 0)s from deferred_split_scan()'s folio_put(), and a variety of other BUG and WARN symptoms implying double free by deferred split and large folio migration. 6.7 commit 9bcef5973e31 ("mm: memcg: fix split queue list crash when large folio migration") was right to fix the memcg-dependent locking broken in 85ce2c517ade ("memcontrol: only transfer the memcg data for migration"), but missed a subtlety of deferred_split_scan(): it moves folios to its own local list to work on them without split_queue_lock, during which time folio->_deferred_list is not empty, but even the "right" lock does nothing to secure the folio and the list it is on. Fortunately, deferred_split_scan() is careful to use folio_try_get(): so folio_migrate_mapping() can avoid the race by folio_undo_large_rmappable() while the old folio's reference count is temporarily frozen to 0 - adding such a freeze in the !mapping case too (originally, folio lock and unmapping and no swap cache left an anon folio unreachable, so no freezing was needed there: but the deferred split queue offers a way to reach it).
local
low complexity
linux CWE-415
5.5
2024-08-07 CVE-2024-42235 NULL Pointer Dereference vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Add NULL pointer check to crst_table_free() base_crst_free() crst_table_free() used to work with NULL pointers before the conversion to ptdescs.
local
low complexity
linux CWE-476
5.5
2024-08-07 CVE-2024-42236 Out-of-bounds Write vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() Userspace provided string 's' could trivially have the length zero.
local
low complexity
linux CWE-787
5.5