Lucene search
+L

1516 matches found

RedhatCVE
RedhatCVE
•added 2025/05/22 3:32 p.m.•13 views

CVE-2020-35660

Cross Site Scripting XSS in Monica before 2.19.1 via the journal page...

5.4CVSS6.1AI score0.0089EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2025/05/22 12:17 p.m.•21 views

CVE-2012-1467

Multiple directory traversal vulnerabilities in the iBrowser plugin library, as used in Open Journal Systems before 2.3.7, allow remote authenticated users to 1 delete or 2 rename arbitrary files via a .. dot dot in the param parameter to...

6.5CVSS6.8AI score0.03003EPSS
SaveExploits3References1
RedhatCVE
RedhatCVE
•added 2025/05/22 12:14 p.m.•18 views

CVE-2012-1468

Incomplete blacklist vulnerability in Open Journal Systems before 2.3.7 allows remote authenticated users with the Author Role permission to execute arbitrary code by uploading a file with an executable extension that is not ".php", then accessing it via a direct request to the file in...

6CVSS7.5AI score0.03482EPSS
SaveExploits3References1
RedhatCVE
RedhatCVE
•added 2025/05/22 9:55 a.m.•13 views

CVE-2011-1222

Buffer overflow in the Journal Based Backup JBB feature in the backup-archive client in IBM Tivoli Storage Manager TSM before 5.4.3.4, 5.5.x before 5.5.3, 6.x before 6.1.4, and 6.2.x before 6.2.2 on Windows and AIX allows local users to gain privileges via unspecified vectors...

7.2CVSS7AI score0.00394EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2025/05/22 6:09 a.m.•19 views

CVE-2011-3901

Android SQLite Journal before 4.0.1 has an information disclosure vulnerability...

7.5CVSS6.6AI score0.00675EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
•added 2025/05/22 4:56 a.m.•23 views

CVE-2019-19909

An issue was discovered in Public Knowledge Project PKP pkp-lib before 3.1.2-2, as used in Open Journal Systems OJS before 3.1.2-2. Code injection can occur in the OJS report generator if an authenticated Journal Manager user visits a crafted URL, because unserialize is used...

8.8CVSS7.1AI score0.01394EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•18 views

kernel: jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error

A flaw was found in the jbd2 component of the Linux kernel. When an input/output I/O error occurs during the journal cleanup process, the system may continue to wait for journal space that cannot be freed. This improper error handling can lead to a system becoming unresponsive or experiencing a...

5.5CVSS6.6AI score0.00257EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•17 views

kernel: ext4: fix i_data_sem unlock order in ext4_ind_migrate()

A flaw was found in the kernel's ext4 filesystem. When an EXT4IOCMIGRATE ioctl input/output control operation, requiring synchronous updates, races with a write2 system call, it can lead to a deadlock. This deadlock occurs specifically when the CONFIGPROVELOCKING option is enabled, potentially...

4.7CVSS6.5AI score0.0019EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2025/05/10 2:53 a.m.•8 views

SUSE CVE-2025-37839

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb-ssequence check Journal emptiness is not determined by sb-ssequence == 0 but rather by sb-sstart == 0 which is set a few lines above. Furthermore 0 is a valid transaction ID so the check can spuriously...

3.3CVSS7.8AI score0.0032EPSS
SaveExploits0References16
NVD
NVD
•added 2025/05/09 7:16 a.m.•15 views

CVE-2025-37839

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb-ssequence check Journal emptiness is not determined by sb-ssequence == 0 but rather by sb-sstart == 0 which is set a few lines above. Furthermore 0 is a valid transaction ID so the check can spuriously...

7.8CVSS0.0032EPSS
SaveExploits0References11
OSV
OSV
•added 2025/05/09 7:16 a.m.•11 views

DEBIAN-CVE-2025-37839

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb-ssequence check Journal emptiness is not determined by sb-ssequence == 0 but rather by sb-sstart == 0 which is set a few lines above. Furthermore 0 is a valid transaction ID so the check can spuriously...

7.8CVSS5.7AI score0.0032EPSS
SaveExploits0References1
OSV
OSV
•added 2025/05/09 7:16 a.m.•13 views

UBUNTU-CVE-2025-37839

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb-ssequence check Journal emptiness is not determined by sb-ssequence == 0 but rather by sb-sstart == 0 which is set a few lines above. Furthermore 0 is a valid transaction ID so the check can spuriously...

7.8CVSS6.2AI score0.0032EPSS
SaveExploits0References41
CVE
CVE
•added 2025/05/09 6:41 a.m.•158 views

CVE-2025-37839

CVE-2025-37839 (Linux kernel) fixes a journal-related logic flaw in jbd2. The root cause was the incorrect use of sb->s_sequence to determine journal emptiness; it should rely on sb->s_start, which is set earlier. Since 0 is a valid transaction ID, the previous check could spuriously trigge...

7.8CVSS6.5AI score0.0032EPSS
SaveExploits0References11Affected Software1
RedhatCVE
RedhatCVE
•added 2025/05/04 5:03 p.m.•28 views

CVE-2023-53091

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

5.5CVSS6.8AI score0.00206EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/05/03 2:50 a.m.•19 views

SUSE CVE-2023-53091

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

5.5CVSS6.3AI score0.00206EPSS
SaveExploits0References10
OSV
OSV
•added 2025/05/02 4:15 p.m.•4 views

DEBIAN-CVE-2023-53091

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

5.5CVSS5.5AI score0.00206EPSS
SaveExploits0References1
NVD
NVD
•added 2025/05/02 4:15 p.m.•26 views

CVE-2023-53091

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

5.5CVSS0.00206EPSS
SaveExploits0References4
OSV
OSV
•added 2025/05/02 4:15 p.m.•7 views

UBUNTU-CVE-2023-53091

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

5.5CVSS6.1AI score0.00206EPSS
SaveExploits0References7
OSV
OSV
•added 2025/05/02 3:55 p.m.•15 views

CVE-2023-53091 ext4: update s_journal_inum if it changes after journal replay

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

6.1AI score
SaveExploits0References7
CVE
CVE
•added 2025/05/02 3:55 p.m.•117 views

CVE-2023-53091

CVE-2023-53091 is an ext4 kernel issue fixed in EulerOS kernel advisories. When mounting a crafted ext4 image, s_journal_inum may change after journal replay, which could bypass checks in ext4_get_journal and trigger a null pointer dereference. The patch resolves this by ignoring the inum change ...

5.5CVSS6.5AI score0.00206EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder