Lucene search
K

2543 matches found

Oracle linux
Oracle linux
added 2024/09/24 12:0 a.m.305 views

python3.12 security update

3.12.5-2 - Security fix for CVE-2024-8088 Resolves: RHEL-55939 3.12.5-1 - Update to 3.12.5 - Security fix for CVE-2024-6923 Resolves: RHEL-53075 3.12.4-3 - Properly propagate the optimization flags to C extensions 3.12.4-2 - Build Python with -O3 -...

8.7CVSS8AI score0.01127EPSS
Exploits0
Citrix
Citrix
added 2024/09/24 12:0 a.m.8 views

Hotfix XS82ECU1075 - For Citrix Hypervisor 8.2 Cumulative Update 1

Who Should Install This Hotfix? This is a hotfix for customers running Citrix Hypervisor 8.2 Cumulative Update 1. Note: This hotfix is available only to customers on the Customer Success Services program. Where To Get This Hotfix Download Citrix Hypervisor 8.2 Cumulative Update 1 hotfixes from...

7AI score
Exploits0
IBM Security Bulletins
IBM Security Bulletins
added 2024/09/23 8:18 a.m.20 views

Security Bulletin: IBM Decision Optimization for Cloud Pak for Data is vulnerable to a denial of service (CVE-2024-39249)

Summary There is a vulnerability in Async used by IBM Decision Optimization for IBM Cloud Pak for Data. IBM Decision Optimization for IBM Cloud Pak for Data has addressed the applicable CVE. Vulnerability Details CVEID:CVE-2024-39249 DESCRIPTION: Async is vulnerable to a denial of service, caused...

7.5CVSS8.4AI score0.00161EPSS
Exploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2024/09/20 5:4 p.m.17 views

Security Bulletin: IBM Watson Discovery for IBM Cloud Pak for Data affected by vulnerability in Tensorflow

Summary IBM Watson Discovery for IBM Cloud Pak for Data contains a vulnerable version of Tensorflow Vulnerability Details CVEID:CVE-2023-30767 DESCRIPTION: Intel Optimization for TensorFlow could allow a local authenticated attacker to gain elevated privileges on the system, caused by improper...

6.7CVSS6.4AI score0.00069EPSS
Exploits0Affected Software1
Veeam
Veeam
added 2024/09/18 12:0 a.m.9 views

Release Information for Veeam Backup for Microsoft Azure 7 Cumulative Patches

Requirements Please confirm that you are running version Veeam Backup for Microsoft Azure v7 build 7.0.0.467 or later before upgrading. You can find the currently installed build number Product version in the About section under Configuration | Support Information | Updates. After installing Veea...

7.1AI score
Exploits0Affected Software1
OSV
OSV
added 2024/09/17 7:43 a.m.17 views

SUSE-SU-2024:3267-1 Security update for SUSE Manager Client Tools

This update fixes the following issues: golang-github-prometheus-prometheus: - Security issues fixed: CVE-2024-6104: Update go-retryablehttp to version 0.7.7 bsc1227038 CVE-2023-45142: Updated otelhttp to version 0.46.1 bsc1228556 - Require Go 1.20 for building - Migrate from disabled to manual...

7.5CVSS7.6AI score0.01159EPSS
Exploits0References27
Tenable Nessus
Tenable Nessus
added 2024/09/17 12:0 a.m.14 views

Next.js Remote Patterns Server-Side Request Forgery

Next.js framework embeds an image optimization component which is enabled by default and allows dynamic resizing when requested. This feature leverages the 'next.config.js' configuration file to ensure that the target host being requested is allowed. When misconfigured, a remote and unauthenticat...

7AI score
Exploits0References2
Positive Technologies
Positive Technologies
added 2024/09/13 12:0 a.m.3 views

PT-2024-34100

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when the caller supplies an iocb-ki pos value close to the filesystem upper limit, and an iterator with a count that causes an overflow of that limit, resulting in...

5.5CVSS5.5AI score0.00005EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.2 views

mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled

...

5.5CVSS7.3AI score0.00018EPSS
Exploits0
Talos Blog
Talos Blog
added 2024/09/10 4:0 a.m.19 views

DragonRank, a Chinese-speaking SEO manipulator service provider

Key Takeaways Cisco Talos is disclosing a new threat called "DragonRank" that primarily targets countries in Asia and a few in Europe, operating PlugX and BadIIS for search engine optimization SEO rank manipulation. DragonRank exploits targets' web application services to deploy a web shell and...

8.4AI score
Exploits0
Citrix
Citrix
added 2024/09/10 12:0 a.m.4 views

NetScaler - How to Integrate NetScaler and Exchange Server when Content Switch is Involved.

How to Integrate NetScaler and Exchange Server when Content Switch is Involved...

7.1AI score
Exploits0
The Hacker News
The Hacker News
added 2024/09/02 8:55 a.m.20 views

Webinar: Learn to Boost Cybersecurity with AI-Powered Vulnerability Management

The world of cybersecurity is in a constant state of flux. New vulnerabilities emerge daily, and attackers are becoming more sophisticated. In this high-stakes game, security leaders need every advantage they can get. That's where Artificial Intelligence AI comes in. AI isn't just a buzzword; it'...

7.2AI score
Exploits0
NVD
NVD
added 2024/08/29 5:15 p.m.11 views

CVE-2024-45056

zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold xor shl 1, x, -1 to rotl 1, x if run with optimizations enabled. Here 1 is generated as an unsigned 64 bits number 2^64-1. This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended...

5.9CVSS0.00309EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/08/29 5:15 p.m.8 views

CVE-2024-45056

zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold xor shl 1, x, -1 to rotl 1, x if run with optimizations enabled. Here 1 is generated as an unsigned 64 bits number 2^64-1. This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended...

5.9CVSS5.9AI score0.00309EPSS
Exploits0References3
OSV
OSV
added 2024/08/29 4:55 p.m.10 views

CVE-2024-45056 `fold (xor (shl 1, x), -1) -> (rotl ~1, x)` misoptimization in zksolc

zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold xor shl 1, x, -1 to rotl 1, x if run with optimizations enabled. Here 1 is generated as an unsigned 64 bits number 2^64-1. This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended...

5.9CVSS6.8AI score0.00309EPSS
Exploits0References4
CNNVD
CNNVD
added 2024/08/29 12:0 a.m.1 views

ZKsync Era 安全漏洞

ZKsync Era is an open source compiler from Matter Labs. A security vulnerability exists in versions of ZKsync Era prior to 1.5.3, which stems from LLVM mishandling of specific instructions during optimization, resulting in a numeric expansion error that affects contract execution on EraVM...

5.9CVSS6.7AI score0.00309EPSS
Exploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2024/08/26 4:32 p.m.28 views

Security Bulletin: Multiple vulnerabilities in IBM Semeru Runtime may affect IBM Decision Optimization for IBM Cloud Pak for Data

Summary There are multiple vulnerabilities in IBM® Semeru Runtime Version 17 used by IBM Decision Optimization for IBM Cloud Pak for Data. IBM Decision Optimization for IBM Cloud Pak for Data has addressed the applicable CVEs. Vulnerability Details CVEID:CVE-2024-21085 DESCRIPTION: An unspecified...

7.3CVSS5.7AI score0.00146EPSS
Exploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2024/08/26 4:30 p.m.16 views

Security Bulletin: IBM Decision Optimization for Cloud Pak for Data is vulnerable to a weak security (CVE-2024-39689)

Summary There is a weak security in Certifi python-certifi used by IBM Decision Optimization for IBM Cloud Pak for Data. IBM Decision Optimization for IBM Cloud Pak for Data has addressed the applicable CVE. Vulnerability Details CVEID:CVE-2024-39689 DESCRIPTION: Certifi python-certifi could...

7.5CVSS7.2AI score0.26297EPSS
Exploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2024/08/26 3:45 p.m.20 views

Security Bulletin: IBM Decision Optimization for Cloud Pak for Data is vulnerable to an information disclosure (CVE-2024-37891)

Summary There is an information disclosure vulnerability in urllib3 used by IBM Decision Optimization for IBM Cloud Pak for Data. IBM Decision Optimization for IBM Cloud Pak for Data has addressed the applicable CVE. Vulnerability Details CVEID:CVE-2024-37891 DESCRIPTION: urllib3 could allow a...

6.5CVSS4.9AI score0.00222EPSS
Exploits1Affected Software1
OSV
OSV
added 2024/08/26 11:15 a.m.2 views

AZL-48203 CVE-2024-43904 affecting package kernel for versions less than 6.6.64.2-9

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30applyidlepoweroptimizations function. These variables were previously...

5.5CVSS6.3AI score0.00016EPSS
Exploits0References1
Rows per page
Query Builder