Lucene search
+L

85743 matches found

OSV
OSV
added 2026/07/13 7:37 p.m.10 views

MINI-29CG-PF2V-CMFP

Bulletin has no description...

5.3CVSS6.1AI score0.00382EPSS
SaveExploits0
CVE
CVE
added 2026/07/13 7:33 p.m.27 views

CVE-2026-12385

CVE-2026-12385 affects the Smart Slider 3 WordPress plugin up to version 3.5.1.37. The issue is a Sensitive Information Exposure via the keyword parameter, enabling authenticated attackers with contributor-level access and above to extract titles and full content excerpts from private, draft, pen...

4.3CVSS6.1AI score0.00242EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/13 6:16 p.m.15 views

DEBIAN-CVE-2026-53364

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix memory leak in hcilebigterminate hcilebigterminate allocates isolistdata via kzallocobj but returns 0 without freeing it when neither pasyncterm nor bigsyncterm flags are set after evaluating the PA and BI...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/13 6:03 p.m.7 views

CGA-V4HH-J8QJ-9WG6

Bulletin has no description...

6.1CVSS6.1AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 6:03 p.m.11 views

CGA-VQCM-V82C-HF59

Bulletin has no description...

8.8CVSS6.1AI score0.00298EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 6:03 p.m.7 views

CGA-F92W-5HWH-CM89

Bulletin has no description...

8.8CVSS6.1AI score0.00332EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 6:03 p.m.10 views

CGA-JJPW-MR9M-QJCQ

Bulletin has no description...

4.3CVSS6.1AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 5:17 p.m.9 views

DEBIAN-CVE-2026-57432

Perl versions through 5.43.10 have an integer overflow in Smeasurestruct leading to an out-of-bounds heap read in pack and unpack. Smeasurestruct adds each item's size times its repeat count to a running total with no overflow check, so a large repeat count in a pack or unpack template wraps the...

8.4CVSS6.2AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/13 4:54 p.m.24 views

GHSA-86FH-W43W-338C Decidim: Verification admins can access supplied IDs from other organizations

Description The verification admin mutation flow allows accessing, verifying, and rejecting participants records from another tenant. Technical description The verification admin controllers loads pendingauthorizationid with a raw Authorization.find... and then authorizes the record without...

4.9CVSS6AI score0.00279EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/13 4:51 p.m.10 views

Access Control Bypass

Overview Affected versions of this package are vulnerable to Access Control Bypass in the demographics questionnaire admin editor interface due to missing authorization checks on the /admin/demographics/questions route. An attacker can gain unauthorized access to administrative question-managemen...

5.4CVSS6.1AI score0.00171EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/13 4:51 p.m.16 views

Access Control Bypass

Overview Affected versions of this package are vulnerable to Access Control Bypass in the demographics questionnaire admin editor interface due to missing authorization checks on the /admin/demographics/questions route. An attacker can gain unauthorized access to administrative question-managemen...

5.4CVSS6.1AI score0.00171EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/13 3:46 p.m.17 views

PYSEC-2026-2624 mcp-memory-service: Missing Authentication on Document API Endpoints Allows Unauthenticated Memory Read/Write/Delete

Missing Authentication on Document API Endpoints Allows Unauthenticated Memory Read/Write/Delete Summary All HTTP routes under /api/documents/ in mcp-memory-service are served without any authentication dependency, even when the server is configured with an API key MCPAPIKEY or OAuth. An...

9.8CVSS6.2AI score0.00503EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.8 views

PYSEC-2026-2587 Lemur user-update path stores plaintext passwords

Summary lemur.users.service.update writes a user's new password as plaintext to the users.password column. The User model wires bcrypt hashing to SQLAlchemy's beforeinsert event but registers no equivalent listener for beforeupdate, and service.update does not call user.hashpassword after assigni...

4.9CVSS6AI score0.00234EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 3:46 p.m.8 views

PYSEC-2026-2665 motionEye's missing authentication on ActionHandler allows unauthenticated camera action execution

Summary The ActionHandler.post method in motionEye has no authentication decorator, allowing any unauthenticated attacker to trigger camera actions including snapshots, recording start/stop, and configured action scripts PTZ controls, alarm triggers, etc.. Vulnerability Details File:...

5.3CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.11 views

PYSEC-2026-3035 Python Liquid: Infinite loop when parsing malformed `{% case %}` tags

Impact Given a malformed % case % tag without associated % when % or % else % block, and no terminating % endcase % tag, Python Liquid hangs in an infinite loop at parse time. This allows malicious template authors to craft templates for a denial of service attack. Patches The issue is fixed in...

5.3CVSS6.1AI score0.0026EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.11 views

PYSEC-2026-2393 BBOT: Arbitrary File Write in postman_download Module

The postmandownload module uses the workspace name field from the Postman API to construct the local directory path without sanitization. If a malicious workspace has a name containing path traversal characters, pathlib resolves the path outside the intended output directory, allowing an attacker...

6.5CVSS6.2AI score0.00251EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 3:46 p.m.12 views

PYSEC-2026-2931 praisonai-platform: Agent endpoints accept any agent_id without workspace ownership check, cross-workspace read/update/delete IDOR

Summary Type: Insecure Direct Object Reference. The agent CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/agents/agentid gate access on requireworkspacememberworkspaceid only, then resolve agentid through AgentService.getagentid which is a primary-key lookup with no workspace...

8.3CVSS6.1AI score0.00296EPSS
SaveExploits0References5
PyPA
PyPA
added 2026/07/13 3:46 p.m.25 views

praisonai-platform: Agent endpoints accept any agent_id without workspace ownership check, cross-workspace read/update/delete IDOR

SummaryType: Insecure Direct Object Reference. The agent CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/agents/agentid gate access on requireworkspacememberworkspaceid only, then resolve agentid through AgentService.getagentid which is a primary-key lookup with no workspace constrain...

8.3CVSS6.1AI score0.00296EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2026/07/13 3:35 p.m.21 views

praisonai-platform: Comment endpoints accept any issue_id without workspace ownership check, cross-workspace comment read and post IDOR

SummaryType: Insecure Direct Object Reference. The comment endpoints POST /workspaces/workspaceid/issues/issueid/comments and GET .../comments gate access on requireworkspacememberworkspaceid only, then call CommentService.createissueid=issueid, ... and CommentService.listforissueissueid without...

8.1CVSS6.2AI score0.00209EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/13 3:35 p.m.11 views

PYSEC-2026-2934 praisonai-platform: Any workspace member can delete the entire workspace via DELETE /workspaces/{id}

Summary Type: Authorization bypass enabling destructive action. The DELETE /workspaces/workspaceid endpoint is gated only by requireworkspacememberworkspaceid default minrole="member". Any member of the workspace can issue a single DELETE to wipe the entire workspace, including every project,...

8.1CVSS6.1AI score0.00284EPSS
SaveExploits0References5
Rows per page
Query Builder