Lucene search
+L

56 matches found

CVE
CVE
added 2025/09/17 2:56 p.m.26 views

CVE-2023-53350

Technical details beyond the summary are not provided in the supplied documents. Monitor for updated advisories or vendor advisories for affected products, versions, and mitigation.

5.5CVSS6.3AI score0.00168EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.40 views

CVE-2023-53350

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix slicing memory leak The temporary buffer storing slicing configuration data from user is only freed on error. This is a memory leak. Free the buffer unconditionally...

5.5CVSS5.5AI score0.00168EPSS
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/07/12 12:0 a.m.4 views

Demo: Secure Edge Server for Network Slicing and Resource Allocation in Open RAN

Next-Generation Radio Access Networks NGRAN aim to support diverse vertical applications with strict security, latency, and Service-Level Agreement SLA requirements. These demands introduce challenges in securing the infrastructure, allocating resources dynamically, and enabling real-time...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/24 12:0 a.m.24 views

LLM-Driven APT Detection for 6G Wireless Networks: a Systematic Review and Taxonomy

Sixth Generation 6G wireless networks, which are expected to be deployed in the 2030s, have already created great excitement in academia and the private sector with their extremely high communication speed and low latency rates. However, despite the ultra-low latency, high throughput, and...

6.7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 6:19 p.m.9 views

CVE-2021-21617

A cross-site request forgery CSRF vulnerability in Jenkins Configuration Slicing Plugin 1.51 and earlier allows attackers to apply different slice configurations...

8.8CVSS6.7AI score0.00943EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/05/20 12:0 a.m.8 views

Efficient Privacy-Preserving Cross-Silo Federated Learning with Multi-Key Homomorphic Encryption

Federated Learning FL is susceptible to privacy attacks, such as data reconstruction attacks, in which a semi-honest server or a malicious client infers information about other clients' datasets from their model updates or gradients. To enhance the privacy of FL, recent studies combined Multi-Key...

6.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/05/05 12:0 a.m.5 views

A Slicing-Based Approach for Detecting and Patching Vulnerable Code Clones

Code cloning is a common practice in software development, but it poses significant security risks by propagating vulnerabilities across cloned segments. To address this challenge, we introduce srcVul, a scalable, precise detection approach that combines program slicing with Locality-Sensitive...

7.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/07/19 11:50 a.m.32 views

CISA and NSA Issue New Guidance to Strengthen 5G Network Slicing Against Threats

U.S. cybersecurity and intelligence agencies have released a set of recommendations to address security concerns with 5G standalone network slicing and harden them against possible threats. "The threat landscape in 5G is dynamic; due to this, advanced monitoring, auditing, and other analytical...

7.1AI score
SaveExploits0
CISA
CISA
added 2023/07/17 12:0 p.m.5 views

NSA, CISA Release Guidance on Security Considerations for 5G Network Slicing 

Today, the National Security Agency NSA and CISA published 5G Network Slicing: Security Considerations for Design, Deployment, and Maintenance. This guidance—created by the Enduring Security Framework ESF, a public-private cross-sector working group led by the NSA and CISA—presents recommendation...

7.2AI score
SaveExploits0References3
The Hacker News
The Hacker News
added 2023/05/26 11:48 a.m.32 views

5 Must-Know Facts about 5G Network Security and Its Cloud Benefits

5G is a game changer for mobile connectivity, including mobile connectivity to the cloud. The technology provides high speed and low latency when connecting smartphones and IoT devices to cloud infrastructure. 5G networks are a critical part of all infrastructure layers between the end user and t...

6.6AI score
SaveExploits0
CISA
CISA
added 2022/12/13 12:0 a.m.11 views

NSA, CISA, and ODNI Release Guidance on Potential Threats to 5G Network Slicing

Today, the National Security Agency NSA, CISA, and the Office of the Director of National Intelligence ODNI, published Potential Threats to 5G Network Slicing. This guidance—created by the Enduring Security Framework ESF, a public-private cross-sector working group led by the NSA and CISA—present...

2.7AI score
SaveExploits0References3
CNNVD
CNNVD
added 2022/07/13 12:0 a.m.7 views

Juniper Networks Junos OS 资源管理错误漏洞

Juniper Networks Junos OS is a Juniper Networks network operating system designed for use with the company's hardware devices. The OS provides a secure programming interface and the Junos SDK.Forward is an application. Library for NVIDIA gpu high performance deep learning inference. A resource...

7.5CVSS7.4AI score0.00728EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/24 5:43 p.m.60 views

GHSA-42MM-X828-56C7 CSRF vulnerability in Jenkins Configuration Slicing Plugin

Jenkins Configuration Slicing Plugin 1.51 and earlier does not require POST requests for the form submission endpoint reconfiguring slices, resulting in a cross-site request forgery CSRF vulnerability. This vulnerability allows attackers to apply different slice configurations to attacker-specifi...

8.8CVSS8.6AI score0.00943EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/05/24 5:43 p.m.26 views

CSRF vulnerability in Jenkins Configuration Slicing Plugin

Jenkins Configuration Slicing Plugin 1.51 and earlier does not require POST requests for the form submission endpoint reconfiguring slices, resulting in a cross-site request forgery CSRF vulnerability. This vulnerability allows attackers to apply different slice configurations to attacker-specifi...

8.8CVSS8.2AI score0.00943EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/21 12:0 p.m.56 views

RUSTSEC-2022-0031 Panic due to improper UTF-8 indexing

When parsing untrusted rulex expressions, rulex may panic, possibly enabling a Denial of Service attack. This happens when the expression contains a multi- byte UTF-8 code point in a string literal or after a backslash, because rulex tries to slice into the code point and panics as a result. The...

6.5CVSS6.4AI score0.00815EPSS
SaveExploits0References3
OSV
OSV
added 2022/02/28 12:0 p.m.62 views

RUSTSEC-2022-0011 Miscomputation when performing AES encryption in rust-crypto

The following Rust program demonstrates some strangeness in AES encryption - if you have an immutable key slice and then operate on that slice, you get different encryption output than if you operate on a copy of that key. For these functions, we expect that extending a 16 byte key to a 32 byte k...

7.3AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2021/11/19 12:0 a.m.42 views

Jenkins Enterprise and Operations Center < 2.222.43.0.2 rev3 / 2.249.30.0.2 rev3 / 2.263.4.1 rev2 Multiple Vulnerabilities (CloudBees Security Advisory 2021-02-24)

The version of Jenkins Enterprise or Jenkins Operations Center running on the remote web server is 2.222.x prior to 2.222.43.0.2 rev3, 2.249.x prior to 2.249.30.0.2 rev3, or 2.x prior to 2.263.4.1 rev2. It is, therefore, affected by multiple vulnerabilities, including the following: - A cross-sit...

8.8CVSS5.9AI score0.82237EPSS
SaveExploits0References8
Akamai Blog
Akamai Blog
added 2021/04/29 4:0 a.m.14 views

Anyone For a Smart Network Slice?

As with any standardization effort, development of 5G specifications accounted for numerous technology trends and new use cases...

1.6AI score
SaveExploits0
OSV
OSV
added 2021/04/22 8:15 p.m.5 views

CVE-2021-0252

NFX Series devices using Juniper Networks Junos OS are susceptible to a local code execution vulnerability thereby allowing an attacker to elevate their privileges via the Junos Device Management Daemon JDMD process. This issue affects Juniper Networks Junos OS on NFX Series: 18.1 version 18.1R1...

7.8CVSS7.4AI score0.00533EPSS
SaveExploits1References2
Talos
Talos
added 2021/04/21 12:0 a.m.49 views

Prusa Research PrusaSlicer Admesh stl_fix_normal_directions() out-of-bounds write vulnerability

Summary An out-of-bounds write vulnerability exists in the Admesh stlfixnormaldirections functionality of Prusa Research PrusaSlicer 2.2.0 and Master commit 4b040b856. A specially crafted AMF file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability...

8.8CVSS7.8AI score0.01274EPSS
SaveExploits1
Rows per page
Query Builder