Lucene search
+L

11211 matches found

NVD
NVD
added 2026/08/12 5:17 p.m.7 views

CVE-2026-18144

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to bypass security restrictions due to improper authorization...

4.3CVSS0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/12 5:17 p.m.6 views

CVE-2026-18246

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to bypass security restrictions due to an interpretation conflict in the multipart parser...

4.3CVSS0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/12 5:17 p.m.5 views

UBUNTU-CVE-2026-48554

Nagios Core before 4.5.14 and Nagios XI before 2026R1.7 are vulnerable to authenticated remote code execution via unfiltered NOTIFICATION-family macro substitution through the comdata parameter. When a notification command references $NOTIFICATIONCOMMENT$ or $NOTIFICATIONAUTHOR$ in a...

7.7CVSS6.4AI score0.00523EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/12 4:59 p.m.39 views

CVE-2026-16694

IBM i CVE-2026-16694 (stored XSS in the Web UI) affects IBM i 7.3–7.6. An authenticated user can inject JavaScript into the Web UI, potentially leading to credentials disclosure within a trusted session. IBM and NVD entries share a base CVSS v3.1 score of 6.4 (Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N...

6.4CVSS4.9AI score0.00165EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/12 4:59 p.m.8 views

CVE-2026-16694

IBM i 7.6, 7.5, 7.4, and 7.3 is vulnerable to stored cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session...

6.4CVSS4.8AI score0.00165EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/12 4:53 p.m.35 views

CVE-2026-18106 IBM i is Affected By Multiple Vulnerabilities in Navigator for i

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to obtain sensitive information due to improper validation of user-supplied path input...

4.3CVSS0.00368EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/12 4:52 p.m.37 views

CVE-2026-18144 IBM i is Affected By Multiple Vulnerabilities in Navigator for i

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to bypass security restrictions due to improper authorization...

4.3CVSS0.00236EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/12 4:50 p.m.40 views

CVE-2026-18098

CVE-2026-18098 affects IBM i releases 7.3, 7.4, 7.5, and 7.6. The vulnerability is described as an XML injection flaw in Navigator for i, leading to a remote authenticated attacker obtaining sensitive information and potentially compromising system integrity. IBM’s remediation involves platform f...

8.1CVSS5.3AI score0.0019EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/12 4:48 p.m.8 views

EUVD-2026-57346

Nagios Core before 4.5.14 and Nagios XI before 2026R1.7 are vulnerable to authenticated remote code execution via unfiltered NOTIFICATION-family macro substitution through the comdata parameter. When a notification command references $NOTIFICATIONCOMMENT$ or $NOTIFICATIONAUTHOR$ in a...

7.7CVSS6.4AI score0.00523EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 4:46 p.m.11 views

CVE-2026-48553 Nagios Core / XI Authenticated RCE via Custom-Variable Macro Injection

Nagios Core before 4.5.13 and Nagios XI before 2026R1.5 are vulnerable to authenticated remote code execution via custom-variable macro injection through the Nagios Remote Data Processor NRDP. When a custom variable defined on a host, service, or contact is referenced in a shell-executed command...

7.7CVSS6.4AI score
SaveExploits0References5
NVD
NVD
added 2026/08/12 4:17 p.m.8 views

CVE-2026-66384

An authenticated user may write data outside the intended Docker cache path under specific remote-repository conditions...

5.3CVSS0.00264EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/12 4:17 p.m.9 views

CVE-2026-65937

In WhatsUp Gold versions released before 2026.0.2, an authenticated attacker can bypass frontend controls and inject persistent script content...

8CVSS0.00242EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.9 views

CVE-2026-65938

In WhatsUp Gold versions released before 2026.0.2, an improper authorization vulnerability in the Scheduled Reports API allows any authenticated user to invoke restricted actions...

4.3CVSS0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/12 3:35 p.m.34 views

CVE-2026-59242 Apache Airflow: Arbitrary airflow.* class instantiation on the API server via the XCom deserialize endpoint

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

0.00584EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/12 3:27 p.m.8 views

CVE-2026-68968 Apache Airflow: Authorization bypass in the Backfill API through conflicting interpretations of the backfill id

Apache Airflow's Backfill API authorized a request against a Dag id supplied by the caller whenever the backfillid path segment failed to parse. The authorization dependency parsed it with int while the route handler parsed it as pydantic's NonNegativeInt, which accepts values int rejects 1.0...

7.5CVSS5.5AI score
SaveExploits0References6
OSV
OSV
added 2026/08/12 3:24 p.m.6 views

CVE-2026-68970 Apache Airflow: Values of a list-shaped Variable are not masked in task logs and the Rendered Templates UI

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

6.5CVSS5.4AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:21 p.m.7 views

CVE-2026-65937

In WhatsUp Gold versions released before 2026.0.2, an authenticated attacker can bypass frontend controls and inject persistent script content...

8CVSS5.2AI score0.00242EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/12 3:18 p.m.9 views

CVE-2026-66379

An authenticated user may view private Puppet module metadata without repository read access...

4.3CVSS0.00204EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/12 3:17 p.m.11 views

phpMyFAQ: SQL LIKE Wildcard Injection in Chat User Search Allows Authenticated User Enumeration

Summary An authenticated SQL LIKE wildcard injection vulnerability in phpMyFAQ’s chat user search allows any logged-in user to bypass the intended display-name search filter and enumerate active users. The endpoint escapes SQL string syntax but does not escape % and , which remain active LIKE...

5.7AI score
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/12 3:14 p.m.8 views

EUVD-2026-57256

An authenticated user may write data outside the intended Docker cache path under specific remote-repository conditions...

5.3CVSS5.2AI score0.00264EPSS
SaveExploits0References2
Rows per page
Query Builder