Lucene search
+L

3930 matches found

OSV
OSV
added yesterday3 views

BIT-JRE-2026-60526

Vulnerability in Oracle Java SE component: Installation. Supported versions that are affected are Oracle Java SE: 8u491 and 8u491-perf. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where Oracle Java SE executes to compromise Oracle Java SE...

6.7CVSS5.5AI score0.0014EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

BIT-JRE-2026-60164

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS7AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added yesterday3 views

BIT-JRE-2026-47035

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS7AI score0.00191EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

BIT-JRE-2026-47030

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS7AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added yesterday4 views

BIT-JAVA-2026-60526

Vulnerability in Oracle Java SE component: Installation. Supported versions that are affected are Oracle Java SE: 8u491 and 8u491-perf. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where Oracle Java SE executes to compromise Oracle Java SE...

6.7CVSS7.2AI score0.0014EPSS
SaveExploits0References3
OSV
OSV
added yesterday4 views

BIT-JAVA-2026-60166

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS5.4AI score0.00258EPSS
SaveExploits0References3
OSV
OSV
added yesterday4 views

BIT-JAVA-MIN-2026-60164

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS7AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

BIT-JAVA-2026-47035

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS5.4AI score0.00191EPSS
SaveExploits0References3
OSV
OSV
added yesterday4 views

BIT-JAVA-MIN-2026-47034

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS7AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

BIT-JAVA-MIN-2026-47030

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS5.4AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added yesterday6 views

BIT-JAVA-2026-47034

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS7AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

BIT-JAVA-2026-47030

Vulnerability in Oracle Java SE component: JavaFX. The supported version that is affected is Oracle Java SE: 8u491. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE. Successful attacks require human...

3.1CVSS5.4AI score0.00232EPSS
SaveExploits0References3
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-57275

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

7.3CVSS5.9AI score0.00294EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-67260

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

7.3CVSS5.8AI score0.00484EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68325

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.36 views

CVE-2026-68360

The CVE-2026-68360 issue affects the Linux kernel hwmon Corsair C-Pro driver. It describes a race where calling hid_hw_stop() does not stop device IO, creating a race between hid_input_report() and the code after hid_device_io_start() in probe. If probe fails after IO start, this can lead to a us...

5.5AI score0.00225EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/06 7:13 a.m.53 views

CVE-2026-64595

HID: hid-lenovo-go suffered a race where a 2 ms delayed work (cfg_setup) could run after hid_destroy_device() releases hdev. The fix mirrors hid-lenovo-go-s.c by calling cancel_delayed_work_sync() and draining go_cfg_setup at hid_go_cfg_remove(), with cancellation occurring before acquiring cfg_m...

5.5AI score0.00145EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/04 10:19 a.m.10 views

CVE-2026-14804

Use of hard-coded cryptographic key vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Read Sensitive Constants Within an Executable. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

9.1CVSS0.00305EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/04 10:19 a.m.11 views

CVE-2026-14465

Insufficient session expiration vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Reusing Session IDs aka Session Replay. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

6.5CVSS0.0027EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/04 10:19 a.m.9 views

CVE-2026-14192

Improper neutralization of input during web page generation 'cross-site scripting' vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Stored XSS. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1...

5.4CVSS0.00175EPSS
SaveExploits0References1
Rows per page
Query Builder