Lucene search
+L

12982 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/09 4:03 p.m.4 views

Malicious code in @binter/inputs (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 8af4ce9af4a8aa4c73b982ed9efd19d17852cb4bf25a3d88ee221b98956cf9b4 The OpenSSF Package Analysis project identified '@binter/inputs' @ 1.7.9 npm as malicious. It is considered malicious because: - The package...

7.1AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/09 3:50 p.m.9 views

Malicious code in data-layer-v8 (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 4e4c8f846b0ddb1097d47c477e40c0ce16ee83df9e0e4d2ad331a6f638a0c0e6 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
SaveExploits0References1
The Hacker News
The Hacker News
added 2023/10/09 10:49 a.m.79 views

High-Severity Flaws in ConnectedIO's 3G/4G Routers Raise Concerns for IoT Security

Multiple high-severity security vulnerabilities have been disclosed in ConnectedIO's ER2000 edge routers and the cloud-based management platform that could be exploited by malicious actors to execute malicious code and access sensitive data. "An attacker could have leveraged these flaws to fully...

9.8CVSS9.2AI score0.01518EPSS
SaveExploits0
OSV
OSV
added 2023/10/09 9:55 a.m.24 views

MAL-2023-8311 Malicious code in cohort_sdk_js-darwin-x64 (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis abc50fadc1925fd27cf2d8f5e59cfe3992cf481db078f520b50ded4fc10f43c4 The OpenSSF Package Analysis project identified 'cohortsdkjs-darwin-x64' @ 1.0.1 npm as malicious. It is considered malicious because: - The...

7.1AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/09 6:10 a.m.3 views

Malicious code in cephlib (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis f82a5ba62b790856947d686397170162bf743b168fd9d66008ed6501b465d5af The OpenSSF Package Analysis project identified 'cephlib' @ 0.0.2 pypi as malicious. It is considered malicious because: - The package...

6.9AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/09 6:00 a.m.5 views

Malicious code in nnabla-ext-cuda101-nccl2-ubuntu16 (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 70047d0a5eb542220386cc3c3f7f8bd4bee3faa63ce2124f363abcc1503be3df The OpenSSF Package Analysis project identified 'nnabla-ext-cuda101-nccl2-ubuntu16' @ 0.0.2 pypi as malicious. It is considered malicious becaus...

6.9AI score
SaveExploits0
OSV
OSV
added 2023/10/09 5:25 a.m.27 views

MAL-2023-8304 Malicious code in libblas3 (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 2ce6c63048cc523093131cc1ce9bdc1581093b52f97225581ea78fef61404e8a The OpenSSF Package Analysis project identified 'libblas3' @ 0.0.1 pypi as malicious. It is considered malicious because: - The package...

7.1AI score
SaveExploits0
NVD
NVD
added 2023/10/06 2:15 p.m.23 views

CVE-2023-38703

PJSIP is a free and open source multimedia communication library written in C with high level API in C, C++, Java, C, and Python languages. SRTP is a higher level media transport which is stacked upon a lower level media transport such as UDP and ICE. Currently a higher level transport is not...

9.8CVSS9.5AI score0.0129EPSS
SaveExploits0References3
Prion
Prion
added 2023/10/06 2:15 p.m.27 views

Design/Logic Flaw

PJSIP is a free and open source multimedia communication library written in C with high level API in C, C++, Java, C, and Python languages. SRTP is a higher level media transport which is stacked upon a lower level media transport such as UDP and ICE. Currently a higher level transport is not...

7.5CVSS9.4AI score0.0129EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2023/10/06 1:46 p.m.163 views

CVE-2023-38703

CVE-2023-38703 affects the PJSIP library when SRTP is enabled and the underlying transport is not UDP. The issue is a use-after-free in the higher-level SRTP path that is not synchronized with the lower transport, potentially causing memory corruption or application termination. The description n...

9.8CVSS9.4AI score0.0129EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/10/06 1:46 p.m.35 views

CVE-2023-38703 PJSIP has use-after-free vulnerability in SRTP media transport

PJSIP is a free and open source multimedia communication library written in C with high level API in C, C++, Java, C, and Python languages. SRTP is a higher level media transport which is stacked upon a lower level media transport such as UDP and ICE. Currently a higher level transport is not...

9.8CVSS9.2AI score
SaveExploits0References5
OSV
OSV
added 2023/10/06 1:13 p.m.29 views

USN-6416-2 linux-hwe-5.15, linux-oracle-5.15 vulnerabilities

It was discovered that the IPv6 implementation in the Linux kernel contained a high rate of hash collisions in connection lookup table. A remote attacker could use this to cause a denial of service excessive CPU consumption. CVE-2023-1206 Daniël Trujillo, Johannes Wikner, and Kaveh Razavi...

9.1CVSS7.4AI score0.45301EPSS
SaveExploits6References14
Code423n4
Code423n4
added 2023/10/06 12:00 a.m.20 views

Many issues around addGlobalToken due to lack of input validation when linking a global token to local token

Lines of code Vulnerability details Impact addGlobalToken is used to add a global token to a branch. The flow as follows: 1 = CoreBranchRouter.addGlobalToken 2 = Send Cross-Chain request System Response/Request with FuncId 0x01 Notice that is uses normal callOut though. Anyway, let's continue...

7AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/05 4:05 p.m.5 views

Malicious code in f0-validator (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 88d158c8b80ebe1a6b91c3a98408f43ffb8cac42f972277e81034cec453be0ee Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/05 4:05 p.m.4 views

Malicious code in shopify-currency-converter (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware cce5f47f0fb8050c5ba0e74637e692ba095f4628070a3087b67db81de6deca0d Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.8AI score
SaveExploits0References4
OSV
OSV
added 2023/10/05 4:03 p.m.11 views

MAL-2023-8294 Malicious code in f0-normalizer (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 59555a81498457e7dd566cb779db13702f1f1672fc7755c89cbb11a6c2d898b4 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/05 3:45 p.m.3 views

Malicious code in himanhutest57gggg (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis bfa2aec23b268d14e5afc0af068c41f2cce81dedebf5c6cf6051a17ebe5f45fa The OpenSSF Package Analysis project identified 'himanhutest57gggg' @ 1.0.0 npm as malicious. It is considered malicious because: - The package...

6.9AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2023/10/05 1:00 a.m.92 views

Exim finally fixes 3 out of 6 vulnerabilities

Exim is a message transfer agent MTA originally developed at the University of Cambridge for use on Unix systems connected to the internet, and is freely available under the terms of the GNU General Public Licence. Even though the name may be new to you, a Shodan search revealed 3.5 million serve...

7.4AI score0.51755EPSS
SaveExploits5
OSV
OSV
added 2023/10/04 10:38 p.m.12 views

USN-6416-1 linux, linux-aws, linux-aws-5.15, linux-azure, linux-azure-5.15, linux-azure-fde, linux-azure-fde-5.15, linux-gcp, linux-gcp-5.15, linux-gke, linux-gkeop, linux-gkeop-5.15, linux-ibm, linux-ibm-5.15, linux-kvm, linux-lowlatency, linux-lowlatency-hwe-5.15, linux-nvidia, linux-oracle vulnerabilities

It was discovered that the IPv6 implementation in the Linux kernel contained a high rate of hash collisions in connection lookup table. A remote attacker could use this to cause a denial of service excessive CPU consumption. CVE-2023-1206 Daniel Trujillo, Johannes Wikner, and Kaveh Razavi...

9.1CVSS7.4AI score0.45301EPSS
SaveExploits6References14
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/10/04 12:01 p.m.11 views

Malicious code in poc-nvk (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 10eb10880328aea55a7c7620d283f145ebcb574bfc98567eef9ad44d1ee8fcdb The OpenSSF Package Analysis project identified 'poc-nvk' @ 0.1.2 pypi as malicious. It is considered malicious because: - The package...

6.9AI score
SaveExploits0
Rows per page
Query Builder