Lucene search
+L

11990 matches found

Positive Technologies
Positive Technologies
added 2025/05/05 12:0 a.m.6 views

PT-2025-19753 · Foxcms · Foxcms

Name of the Vulnerable Software and Affected Versions: foxcms version 1.2.5 Description: The issue is related to an arbitrary file deletion vulnerability. This vulnerability can be exploited via the delRestoreSerie method. Recommendations: For foxcms version 1.2.5, consider disabling the...

9.1CVSS6.5AI score0.00601EPSS
SaveExploits1References8
CVE
CVE
added 2025/05/05 12:0 a.m.62 views

CVE-2025-45239

FoxCMS v2.0.6 contains a vulnerability in the restores method of DataBackup.php that allows a directory traversal attack. The issue stems from improper handling in the restores logic, enabling access to filesystem paths beyond the intended directory. Documented impact is limited to information ex...

5.3CVSS6.8AI score0.00696EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/05/05 12:0 a.m.9 views

CVE-2025-45238

foxcms v1.2.5 was discovered to contain an arbitrary file deletion vulnerability via the delRestoreSerie method...

7.5AI score0.00601EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/05/05 12:0 a.m.8 views

CVE-2025-45240

foxcms v1.2.5 was discovered to contain a SQL injection vulnerability via the executeCommand method in DataBackup.php...

7.8AI score0.00273EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/05/05 12:0 a.m.21 views

CVE-2025-45238

foxcms v1.2.5 was discovered to contain an arbitrary file deletion vulnerability via the delRestoreSerie method...

0.00601EPSS
SaveExploits1References2
GithubExploit
GithubExploit
added 2025/05/03 12:37 p.m.82 views

cve_repo

It is an offensive tool for web exploitation. This repository co...

7.2AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/02 7:12 p.m.20 views

CVE-2024-9877

: Use of GET Request Method With Sensitive Query Strings vulnerability in ABB ANC, ABB ANC-L, ABB ANC-mini.This issue affects ANC: through 1.1.4; ANC-L: through 1.1.4; ANC-mini: through 1.1.4...

5.3CVSS7.1AI score0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 6:31 p.m.12 views

GHSA-F9CH-H8J7-8JWG Hashicorp Vault Community vulnerable to Incorrect Authorization

Vault Community, Vault Enterprise “Vault” Azure Auth method did not correctly validate the claims in the Azure-issued token, resulting in the potential bypass of the boundlocations parameter on login. Fixed in Vault Community Edition 1.19.1 and Vault Enterprise 1.19.1, 1.18.7, 1.17.14, 1.16.18...

6.6CVSS6.9AI score0.0042EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/05/02 6:31 p.m.32 views

Hashicorp Vault Community vulnerable to Incorrect Authorization

Vault Community, Vault Enterprise “Vault” Azure Auth method did not correctly validate the claims in the Azure-issued token, resulting in the potential bypass of the boundlocations parameter on login. Fixed in Vault Community Edition 1.19.1 and Vault Enterprise 1.19.1, 1.18.7, 1.17.14, 1.16.18...

8.8CVSS6.9AI score0.0042EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/05/02 5:15 p.m.36 views

CVE-2025-3879

Vault Community, Vault Enterprise “Vault” Azure Auth method did not correctly validate the claims in the Azure-issued token, resulting in the potential bypass of the boundlocations parameter on login. Fixed in Vault Community Edition 1.19.1 and Vault Enterprise 1.19.1, 1.18.7, 1.17.14, 1.16.18...

8.8CVSS0.0042EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/02 4:15 p.m.15 views

CVE-2023-53063

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
The Hacker News
The Hacker News
added 2025/05/02 6:40 a.m.16 views

Microsoft Sets Passkeys Default for New Accounts; 15 Billion Users Gain Passwordless Support

A year after Microsoft announced passkeys support for consumer accounts, the tech giant has announced a big change that pushes individuals signing up for new accounts to use the phishing-resistant authentication method by default. "Brand new Microsoft accounts will now be 'passwordless by...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.7 views

PT-2025-18909 · Hashicorp +1 · Vault Community Edition +2

Name of the Vulnerable Software and Affected Versions: Vault Community Edition versions prior to 1.19.1 Vault Enterprise versions prior to 1.19.1, 1.18.7, 1.17.14, 1.16.18 Description: The Azure Auth method in Vault did not correctly validate the claims in the Azure-issued token. This resulted in...

8.8CVSS6.3AI score0.0042EPSS
SaveExploits0References19
Microsoft Secure
Microsoft Secure
added 2025/05/01 4:0 p.m.14 views

Pushing passkeys forward: Microsoft’s latest updates for simpler, safer sign-ins

Happy World Passkey Day! As the world shifts from passwords to passkeys, we’re excited to join the FIDO Alliance in leaving “World Password Day” behind to celebrate the very first “World Passkey Day.” To commemorate this renaming, Microsoft and dozens of other organizations have taken the Passkey...

7.5AI score
SaveExploits0
CVE
CVE
added 2025/05/01 2:10 p.m.63 views

CVE-2022-49904

The CVE-2022-49904 entry documents a Linux kernel vulnerability in net/neigh: a null-ptr-deref in neigh_table_clear() that occurs when IPv6 initialization fails and cleanup calls pneigh_queue_purge() with a NULL device. The fix, as described, is to pass NULL to pneigh_queue_purge() in neigh_ifdow...

5.5CVSS6.2AI score0.00189EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.17 views

CVE-2022-49891 tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix memory leak in testgenkprobe/kretprobecmd testgenkprobecmd only free buf in fail path, hence buf will leak when there is no failure. Move kfreebuf from fail path to common path to prevent the memleak. The sam...

0.00189EPSS
SaveExploits0References4
Trend Micro Simply Security
Trend Micro Simply Security
added 2025/05/01 12:0 a.m.14 views

Exploring PLeak: An Algorithmic Method for System Prompt Leakage

What is PLeak, and what are the risks associated with it? We explored this algorithmic technique and how it can be used to jailbreak LLMs, which could be leveraged by threat actors to manipulate systems and steal sensitive data...

7.1AI score
SaveExploits0
GitLab Advisory Database
GitLab Advisory Database
added 2025/05/01 12:0 a.m.27 views

SQL injection in ADOdb PostgreSQL driver pg_insert_id() method

Improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when the code using ADOdb connects to a PostgreSQL database and calls pginsertid with user-supplied data. Note that the indicated Severity corresponds to a worst-case usage scenario...

10CVSS8.1AI score0.00733EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/30 6:37 p.m.18 views

CVE-2024-9877 Sensitive information submitted using GET method

: Use of GET Request Method With Sensitive Query Strings vulnerability in ABB ANC, ABB ANC-L, ABB ANC-mini.This issue affects ANC: through 1.1.4; ANC-L: through 1.1.4; ANC-mini: through 1.1.4...

5.3CVSS4.8AI score0.00211EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/30 6:37 p.m.55 views

CVE-2024-9877

CVE-2024-9877 affects ABB ANC, ABB ANC-L, and ABB ANC-mini up to version 1.1.4. The root cause is use of GET requests that transmit sensitive query strings, potentially exposing confidential data. Public references confirm affected versions through 1.1.4 and describe exposure vectors via GET para...

5.3CVSS4.8AI score0.00211EPSS
SaveExploits0References1
Rows per page
Query Builder