Lucene search
+L

4853 matches found

ATTACKERKB
ATTACKERKB
added 2022/07/26 10:15 p.m.4 views

CVE-2022-29951

JTEKT TOYOPUC PLCs through 2022-04-29 mishandle authentication. They utilize the CMPLink/TCP protocol configurable on ports 1024-65534 on either TCP or UDP for a wide variety of engineering purposes such as starting and stopping the PLC, downloading and uploading projects, and changing...

9.1CVSS7.2AI score0.01205EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2022/07/21 4:56 p.m.19 views

OpenJDK: class compilation issue (Hotspot, 8281859)

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Hotspot. Supported versions that are affected are Oracle Java SE: 7u343, 8u333, 11.0.15.1, 17.0.3.1, 18.0.1.1; Oracle GraalVM Enterprise Edition: 20.3.6, 21.3.2 and 22.1.0. Easily exploitab...

5.3CVSS7.4AI score0.03939EPSS
SaveExploits0References4
Microsoft KB
Microsoft KB
added 2022/07/21 12:00 a.m.12 views

July 21, 2022—KB5015882 (OS Build 22000.832) Preview

None None...

6.1AI score
SaveExploits0
zdt
zdt
added 2022/07/20 12:00 a.m.249 views

Asus GameSDK 1.0.0.4 Unquoted Service Path Vulnerability

Exploit Title: Asus GameSDK v1.0.0.4 - 'GameSDK.exe' Unquoted Service Path Privilege Escalation Exploit Author: Angelo Pio Amirante Version: 1.0.0.4 Tested on: Windows 10 Patched version: 1.0.5.0 CVE: CVE-2022-35899 Step to discover the unquoted service path: wmic service get...

7.8CVSS7.8AI score0.00904EPSS
SaveExploits5
ATTACKERKB
ATTACKERKB
added 2022/07/19 10:15 p.m.12 views

CVE-2022-21540

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Hotspot. Supported versions that are affected are Oracle Java SE: 7u343, 8u333, 11.0.15.1, 17.0.3.1, 18.0.1.1; Oracle GraalVM Enterprise Edition: 20.3.6, 21.3.2 and 22.1.0. Easily exploitab...

5.3CVSS6.5AI score0.03939EPSS
SaveExploits0References18
Prion
Prion
added 2022/07/19 10:15 p.m.46 views

Design/Logic Flaw

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Hotspot. Supported versions that are affected are Oracle Java SE: 7u343, 8u333, 11.0.15.1, 17.0.3.1, 18.0.1.1; Oracle GraalVM Enterprise Edition: 20.3.6, 21.3.2 and 22.1.0. Difficult to...

2.6CVSS5.8AI score0.02747EPSS
SaveExploits0References11Affected Software7
UbuntuCve
UbuntuCve
added 2022/07/19 10:15 p.m.77 views

CVE-2022-21549

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Libraries. Supported versions that are affected are Oracle Java SE: 17.0.3.1; Oracle GraalVM Enterprise Edition: 21.3.2 and 22.1.0. Easily exploitable vulnerability allows unauthenticated...

5.3CVSS6.8AI score0.02404EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2022/07/19 12:00 a.m.44 views

CVE-2022-21549

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Libraries. Supported versions that are affected are Oracle Java SE: 17.0.3.1; Oracle GraalVM Enterprise Edition: 21.3.2 and 22.1.0. Easily exploitable vulnerability allows unauthenticated...

5.3CVSS5.3AI score0.02404EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2022/07/19 12:00 a.m.102 views

CVE-2022-21540

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Hotspot. Supported versions that are affected are Oracle Java SE: 7u343, 8u333, 11.0.15.1, 17.0.3.1, 18.0.1.1; Oracle GraalVM Enterprise Edition: 20.3.6, 21.3.2 and 22.1.0. Easily exploitab...

5.3CVSS4.6AI score0.03939EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/07/17 12:00 a.m.21 views

auction.start might be zero after a new auction is created.

Lines of code Vulnerability details Impact Currently several functions consider the auction is valid when auction.start 0 and they don't work properly when auction.start = 0. Proof of Concept In this part, auction.start = 0 when block.timestamp = 232 exactly. Of course, this is an edge case and...

7.1AI score
SaveExploits0
Kitploit
Kitploit
added 2022/07/16 12:30 p.m.132 views

Kubeaudit - Tool To Audit Your Kubernetes Clusters Against Common Security Controls

kubeaudit is a command line tool and a Go package to audit Kubernetes clusters for various different security concerns, such as: run as non-root use a read-only root filesystem drop scary capabilities, don't add new ones don't run privileged and more! tldr.kubeaudit makes sure you deploy secure...

7.6AI score
SaveExploits0References31
Code423n4
Code423n4
added 2022/07/14 12:00 a.m.21 views

fractionPrice precision can be lost if fractional tokens supply is high enough

Lines of code Vulnerability details Buyout's start now determine fractional token price by dividing native tokens amount by total supply number. Whenever the supply is high enough the precision can be lost, leading to severe losses to buyout proposer as his staked fractional tokens can be valued ...

6.7AI score
SaveExploits0
Broadcom
Broadcom
added 2022/07/14 12:00 a.m.64 views

BSA-2022-2021

Security Advisory ID : BSA-2022-2021 Component : Oracle Java SE Revision : 1.0 Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: ImageIO. Supported versions that are affected are Oracle Java SE: 11.0.13, 17.01; Oracle GraalVM Enterprise...

5.3CVSS4.8AI score0.03216EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/07/14 12:00 a.m.20 views

User can block migration actions by starting buyout process

Lines of code Vulnerability details Impact All migration actions such as propose, join, leave, and commit require that the pool's buyout state is INACTIVE. At any point, a user can call buyout.Start to start the buyout process which will change the buyout state to LIVE. Proof of Concept...

6.8AI score
SaveExploits0
Broadcom
Broadcom
added 2022/07/14 12:00 a.m.42 views

BSA-2022-1730

Security Advisory ID : BSA-2022-1730 Component : Oracle Java SE Revision : 1.0 Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Serialization. Supported versions that are affected are Oracle Java SE: 7u321, 8u311, 11.0.13, 17.01; Oracle...

5.3CVSS5AI score0.03765EPSS
SaveExploits0
HackRead
HackRead
added 2022/07/12 12:49 p.m.19 views

Researcher Reveals How Hackers Can Remotely Unlock/Start Honda Cars

By Deeba Ahmed A cybersecurity researcher using the alias Kevin2600 has revealed how hackers can exploit a vulnerability to unlock Honda vehicles. According… This is a post from HackRead.com Read the original post: Researcher Reveals How Hackers Can Remotely Unlock/Start Honda Cars...

3.4AI score
SaveExploits0
CNNVD
CNNVD
added 2022/07/12 12:00 a.m.11 views

Nautilus treadmills 安全漏洞

Nautilus treadmills is a series of treadmills from Nautilus USA. A security vulnerability exists in Nautilus treadmills versions T616 S/N 100672PRO21140001 through 100672PRO21171980 and T618 S/N 100647PRO21130111 through 100647PRO21183960. An attacker could exploit the vulnerability to cause a...

2.6CVSS5.1AI score0.00297EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2022/07/06 12:00 a.m.14 views

Google Android 安全漏洞

Google Android is a Linux-based open source operating system from Google, Inc. A security vulnerability exists in Google Android, which is caused by an obfuscation proxy in AppRestrictionsFragment.java. The vulnerability is caused by an obfuscated proxy in assertSafeToStartCustomActivity. An...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2022/07/01 12:00 a.m.12 views

PT-2022-21076 · Totolink · Totolink T6

Name of the Vulnerable Software and Affected Versions: TOTOLINK T6 version 4.1.9cu.5179 B20201015 Description: A stack overflow issue was discovered in the TOTOLINK T6, affecting the desc, week, sTime, and eTime parameters within the FUN 004133c4 function. Recommendations: For TOTOLINK T6 version...

7.5CVSS7.6AI score0.01137EPSS
SaveExploits1References4
CNVD
CNVD
added 2022/06/28 12:00 a.m.60 views

Espressif ESP-IDF Memory Corruption Vulnerability

Espressif ESP-IDF is an IoT development framework from China Lexin Information Technology Espressif.A memory corruption vulnerability exists in Espressif ESP-IDF, which stems from not checking the SegN field of the Transaction Start PDU, and can be exploited by an attacker during configuration to...

8.3CVSS3.3AI score0.00521EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder