Lucene search
+L

12306 matches found

Positive Technologies
Positive Technologies
added 2025/03/01 12:00 a.m.6 views

PT-2025-12535

Name of the Vulnerable Software and Affected Versions: Apache Commons VFS versions prior to 2.10.0 Description: The FileObject API in Commons VFS has a resolveFile method that takes a scope parameter. Specifying NameScope.DESCENDENT promises that an exception is thrown if the resolved file is not...

7.8CVSS6.8AI score0.01373EPSS
SaveExploits0References46
RedhatCVE
RedhatCVE
added 2025/02/28 12:26 a.m.13 views

CVE-2025-25789

FoxCMS v1.2.5 was discovered to contain a remote code execution RCE vulnerability via the index method at \controller\Sitemap.php...

9.8CVSS8.3AI score0.01308EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/02/28 12:00 a.m.11 views

PT-2025-9063 · WordPress · Wpforo Forum

Name of the Vulnerable Software and Affected Versions: wpForo Forum plugin for WordPress versions prior to 2.4.2 Description: The issue arises from insufficient input validation in the update method of the Members class, allowing authenticated attackers with subscriber-level privileges or higher ...

6.5CVSS9.4AI score0.00376EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/27 5:00 a.m.40 views

CVE-2025-1686

Versions of the package io.pebbletemplates:pebble from 0 and before 4.1.0 are vulnerable to External Control of File Name or Path via the include tag. A high privileged attacker can access sensitive local files by crafting malicious notification templates that leverage this tag to include files...

6.8CVSS0.00831EPSS
SaveExploits1References5
OSV
OSV
added 2025/02/27 3:15 a.m.9 views

UBUNTU-CVE-2025-21746

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics - fix crash when enabling pass-through port When enabling a pass-through port an interrupt might come before psmouse driver binds to the pass-through port. However synaptics sub-driver tries to access psmouse...

4.7CVSS6.5AI score0.00146EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/02/27 2:56 a.m.7 views

SUSE CVE-2025-27221

In the URI gem before 1.0.3 for Ruby, the URI handling methods URI.join, URImerge, URI+ have an inadvertent leakage of authentication credentials because userinfo is retained even after changing the host...

5.3CVSS7.2AI score0.00501EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 3:15 p.m.16 views

CVE-2025-25789

FoxCMS v1.2.5 was discovered to contain a remote code execution RCE vulnerability via the index method at \controller\Sitemap.php...

9.8CVSS6.4AI score0.01308EPSS
SaveExploits1References3
NVD
NVD
added 2025/02/26 3:15 p.m.11 views

CVE-2025-25789

FoxCMS v1.2.5 was discovered to contain a remote code execution RCE vulnerability via the index method at \controller\Sitemap.php...

9.8CVSS0.01308EPSS
SaveExploits1References2
The Hacker News
The Hacker News
added 2025/02/26 11:04 a.m.26 views

New Linux Malware 'Auto-Color' Grants Hackers Full Remote Access to Compromised Systems

Universities and government organizations in North America and Asia have been targeted by a previously undocumented Linux malware called Auto-Color between November and December 2024, according to new findings from Palo Alto Networks Unit 42. "Once installed, Auto-color allows threat actors full...

7.2AI score
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.22 views

CVE-2022-49602 ip: Fix a data-race around sysctl_fwmark_reflect.

In the Linux kernel, the following vulnerability has been resolved: ip: Fix a data-race around sysctlfwmarkreflect. While reading sysctlfwmarkreflect, it can be changed concurrently. Thus, we need to add READONCE to its reader...

0.00186EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:14 a.m.83 views

CVE-2022-49550

CVE-2022-49550 affects the Linux kernel ntfs3 filesystem. The root cause is the absence of the ‘invalidate_folio’ method, which leads to a memory leak where cached written data are not freed after unmount. The documented fix is to add a new implementation, block_invalidate_folio, to ntfs3 to reso...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:14 a.m.27 views

CVE-2022-49550 fs/ntfs3: provide block_invalidate_folio to fix memory leak

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: provide blockinvalidatefolio to fix memory leak The ntfs3 filesystem lacks the 'invalidatefolio' method and it causes memory leak. If you write to the filesystem and then unmount it, the cached written data are not free...

0.00218EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.15 views

CVE-2022-49513

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS5.3AI score0.0026EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.25 views

CVE-2022-49513 cpufreq: governor: Use kobject release() method to free dbs_data

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

0.0026EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 2:13 a.m.13 views

CVE-2022-49513 cpufreq: governor: Use kobject release() method to free dbs_data

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.9AI score
SaveExploits0References6
OSV
OSV
added 2025/02/26 2:12 a.m.16 views

CVE-2022-49410 tracing: Fix potential double free in create_var_ref()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential double free in createvarref In createvarref, initvarref is called to initialize the fields of variable reffield, which is allocated in the previous function call to createhistfield. Function initvarref...

7.8CVSS5.5AI score
SaveExploits0References10
CVE
CVE
added 2025/02/26 1:55 a.m.86 views

CVE-2022-49195

The CVE-2022-49195 entry documents a Linux kernel issue in the DSA driver: during multi-chip probing, all switches must probe, but up to N-1 may bind and later shutdown since the Nth switch initializes the tree. If that Nth initialization fails, shutdown on the other switches dereferences uniniti...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/02/26 12:00 a.m.94 views

CVE-2025-25789

CVE-2025-25789 affects FoxCMS v1.2.5 and is described as a remote code execution (RCE) via the index() method in Sitemap.php. The vulnerability is detailed as a high-severity issue (CVSS v3.1: 9.8, CRITICAL) with NETWORK attack vector, LOW attack complexity, no privileges required, no user intera...

9.8CVSS8AI score0.01308EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2025/02/26 12:00 a.m.26 views

CVE-2025-25789

FoxCMS v1.2.5 was discovered to contain a remote code execution RCE vulnerability via the index method at \controller\Sitemap.php...

0.01308EPSS
SaveExploits1References2
OSV
OSV
added 2025/02/25 5:49 p.m.65 views

GHSA-HW62-58PR-7WC5 DOM Expressions has a Cross-Site Scripting (XSS) vulnerability due to improper use of string.replace

!NOTE This advisory was originally emailed to [email protected] by @nsysean. To sum it up, the use of javascript's .replace opens up to potential XSS vulnerabilities with the special replacement patterns beginning with $. Particularly, when the attributes of Meta tag from solid-meta are...

7.3CVSS6.3AI score0.00272EPSS
SaveExploits0References4
Rows per page
Query Builder