Lucene search
+L

1441 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 1:09 a.m.12 views

CVE-2022-24582

Accounting Journal Management 1.0 is vulnerable to XSS-PHPSESSID-Hijacking. The parameter manageuser from User lists is vulnerable to XSS-Stored and PHPSESSID attacks. The malicious user can attack the system by using the already session which he has from inside and outside of the network...

5.4CVSS6.9AI score0.00547EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:11 p.m.12 views

CVE-2020-8903

A vulnerability in Google Cloud Platform's guest-oslogin versions between 20190304 and 20200507 allows a user that is only granted the role "roles/compute.osLogin" to escalate privileges to root. Using their membership to the "adm" group, users with this role are able to read the DHCP XID from th...

7.8CVSS6.5AI score0.00315EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 3:32 p.m.9 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.17 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.14 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.11 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.16 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.19 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.15 views

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

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

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

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

In the Linux kernel, the following vulnerability has been resolved: ext4: fix idatasem unlock order in ext4indmigrate Fuzzing reports a possible deadlock in jbd2logwaitcommit. This issue is triggered when an EXT4IOCMIGRATE ioctl is set to require synchronous updates because the file descriptor is...

4.7CVSS6.4AI score0.0019EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.6 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.00312EPSS
SaveExploits0References16
NVD
NVD
added 2025/05/09 7:16 a.m.12 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.00312EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/09 7:16 a.m.8 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.00312EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.8 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.00312EPSS
SaveExploits0References41
CVE
CVE
added 2025/05/09 6:41 a.m.138 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.00312EPSS
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.00201EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.17 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.00201EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/02 4:15 p.m.24 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.00201EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/02 4:15 p.m.2 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.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.5 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.00201EPSS
SaveExploits0References7
Rows per page
Query Builder