Lucene search
+L

12270 matches found

Wired Threat Level
Wired Threat Level
•added 2023/11/09 8:00 a.m.•34 views

Sandworm Hackers Caused Another Blackout in Ukraine—During a Missile Strike

Russia's most notorious military hackers successfully sabotaged Ukraine's power grid for the third time last year. And in this case, the blackout coincided with a physical attack...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
•added 2023/11/08 11:44 a.m.•9 views

power-tab.net Cross Site Scripting vulnerability OBB-3775649

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
•added 2023/11/08 11:03 a.m.•52 views

Moderate: Red Hat Security Advisory: fence-agents bug fix, enhancement, and security update

An update for fence-agents is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability fr...

9.8CVSS6.8AI score0.01207EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2023/11/08 1:46 a.m.•84 views

Important: Red Hat Security Advisory: Fence Agents Remediation Operator 0.2.1 security update

This is an updated version for the fence-agents-remediation-operator-bundle-container and the fence-agents-remediation-operator-container. It is now available for Fence Agents Remediation 0.2 for RHEL 8. Red Hat Product Security has rated this update as having a security impact of Important. A...

7.5CVSS7.1AI score0.99999EPSS
SaveExploits21References4
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•7 views

kernel: Linux kernel: Information disclosure and denial of service via use-after-free in ACPI subsystem

A flaw was found in the Linux kernel. This use-after-free vulnerability exists within the Advanced Configuration and Power Interface ACPI subsystem. A local attacker with low privileges could exploit this flaw, leading to memory corruption. This could result in information disclosure or a denial ...

7.8CVSS6.5AI score0.00152EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•11 views

kernel: drm/amdgpu/powerplay/psm: Fix memory leak in power state init

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/powerplay/psm: Fix memory leak in power state init Commit 902bc65de0b3 "drm/amdgpu/powerplay/psm: return an error in power state init" made the power state init function return early in case of failure to get an entry...

6.8AI score0.00195EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•11 views

kernel: ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpifetchacpidev return value The return value of acpifetchacpidev could be NULL, which would cause a NULL pointer dereference to occur in acpidevicehid. rjw: Subject and changelog edits, added empty...

5.5CVSS6.6AI score0.00156EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•9 views

kernel: drm/amd/display: fix FCLK pstate change underflow

A calculation flaw was found in the AMD display driver in the Linux kernel. When UCLK p-state is not supported, FCLK p-state change watermarks are incorrectly calculated using dummy values, potentially causing underflow. This can lead to display issues or system instability during power state...

5.8AI score0.00193EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•14 views

kernel: thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash

A null pointer dereference flaw was found in the Linux kernel thermal/intelpowerclamp driver. When CPU 0 is offline and the intelpowerclamp driver attempts to inject idle cycles, the code incorrectly calls smpprocessorid preemptively, which triggers a kernel BUG. This occurs because the function...

5.5CVSS7.3AI score0.00149EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•18 views

kernel: wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Fix global-out-of-bounds bug in rtl8812aephysettxpowerlimit There is a global-out-of-bounds reported by KASAN: BUG: KASAN: global-out-of-bounds in rtl8812aeeqnbyte.part.0+0x3d/0x84 rtl8821ae Read of size 1 at addr...

7.1CVSS6.6AI score0.0016EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•10 views

kernel: power: supply: fix null pointer dereferencing in power_supply_get_battery_info

In the Linux kernel, the following vulnerability has been resolved: power: supply: fix null pointer dereferencing in powersupplygetbatteryinfo when kmalloc fail to allocate memory in kasprintf, propname will be NULL, strcmp called by ofgetproperty will cause null pointer dereference. So return...

5.5CVSS6.6AI score0.00157EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•15 views

kernel: drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback

A function prototype mismatch was found in the AMD GPU driver's DPM table callbacks. When kCFI Control Flow Integrity is enabled, the mismatched types cause CFI validation failures, potentially crashing the kernel...

5.7AI score0.00235EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•7 views

kernel: usb: dwc3: core: fix some leaks in probe

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS6.6AI score0.00201EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•11 views

kernel: mm/vmemmap/devdax: fix kernel crash when probing devdax devices

A flaw was discovered in the device DAX devdax probing implementation of the Linux kernel memory management subsystem mm/vmemmap/devdax. Under specific architecture configurations for example POWER9 with hash MMU, the code path in vmemmappopulatecompoundpages did not properly account for...

7.4AI score0.00197EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•7 views

kernel: net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg

A flaw was found in the Linux kernel's iosm module. A memory leak can occur due to a missing memory release of memory used to read power state configuration from BIOS, potentially impacting system performance and resulting in a denial of service...

5.5CVSS6.8AI score0.00187EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2023/11/07 9:03 a.m.•9 views

kernel: soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow

A reference count underflow flaw was found in the Linux kernel's SoundWire bus driver. When pmruntimeresumeandget returns an error -EACCES, the code continues execution and calls pmruntimeput at the end, even though the usage count was never incremented. This causes a usage count underflow in the...

6AI score0.00193EPSS
SaveExploits0References5
Citrix
Citrix
•added 2023/11/03 12:00 a.m.•9 views

Understand Power Actions

When the user clicks on the Shutdown/Restart option within the VDI, you see error in VMware Console. Parameter: ShutdownDesktopsAfterUser $True Autoscale set to keep the machine on all the time i.e Autoscale set at 100%...

7AI score
SaveExploits0
CNNVD
CNNVD
•added 2023/11/02 12:00 a.m.•11 views

Dell PowerScale OneFS Security Vulnerability

Dell PowerScale OneFS is an operating system from Dell USA. PowerScale OneFS operating system that provides horizontal scaling NAS. A security vulnerability exists in Dell PowerScale OneFS, which stems from the presence of a Denial of Service DOS vulnerability. An attacker could exploit this...

6.5CVSS6.6AI score0.00624EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2023/11/01 12:00 a.m.•10 views

Hitachi eSOMS Information Disclosure Vulnerability

Hitachi eSOMS is an application software from Hitachi, Ltd. a shift operations management system for the power generation industry. A security vulnerability exists in Hitachi eSOMS, which stems from the presence of an information disclosure vulnerability. An attacker could exploit the vulnerabili...

5.3CVSS6.2AI score0.00377EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2023/11/01 12:00 a.m.•11 views

Hitachi eSOMS Security Vulnerability

Hitachi eSOMS is an application software from Hitachi, Ltd. a shift operations management system for the power generation industry. A security vulnerability exists in Hitachi eSOMS version 6.3.13 and earlier, which stems from a vulnerability that allows an attacker to enumerate local file system...

5.3CVSS6.5AI score0.00377EPSS
SaveExploits0References2
Rows per page
Query Builder