Lucene search
+L

230706 matches found

Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.12 views

NocoBase: Arbitrary File Write chained with Local file Inclusion leads to Remote code execution

Executive Summary Two vulnerabilities were identified and chained to achieve authenticated remote code execution The first vulnerability allows any authenticated admin to redirect the file upload storage root to an arbitrary path on disk including the application directory itself by supplying an...

6.2AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.12 views

GHSA-GHVF-QF6H-G8X5 NocoBase: Arbitrary File Write chained with Local file Inclusion leads to Remote code execution

Executive Summary Two vulnerabilities were identified and chained to achieve authenticated remote code execution The first vulnerability allows any authenticated admin to redirect the file upload storage root to an arbitrary path on disk including the application directory itself by supplying an...

6.2AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/20 6:39 p.m.13 views

Winter: Authenticated IDOR in backend FileUpload widget allows cross-user access to attachment metadata

Impact The backend FileUpload form widget trusted an attacker-controlled fileid POST parameter when resolving the attachment it operates on. The lookup FileUpload::getFileRecord resolved the posted id against the global systemfiles table without verifying that the file belonged to the widget's ow...

5.4CVSS5.6AI score0.00143EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/08/20 6:39 p.m.8 views

Authorization Bypass Through User-Controlled Key

Overview Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key via the FileUpload process. An attacker can gain unauthorized access to and modify metadata and ordering of attachments belonging to other users by submitting crafted fileid parameters to...

5.4CVSS5.9AI score0.00143EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/20 6:37 p.m.22 views

Moderate: Red Hat Security Advisory: mod_md security update

An update for modmd is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. 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...

7.3CVSS7.5AI score0.00628EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/20 6:37 p.m.10 views

httpd: mod_md: unrestricted OCSP response leads to resource exhaustion

A flaw was found in the modmd module of httpd. When processing OCSP Online Certificate Status Protocol responses from a malicious or compromised OCSP responder, the module fails to enforce proper size limits on the incoming data. This issue leads to memory exhaustion and a denial of service...

7.3CVSS7.4AI score0.00628EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/08/20 6:21 p.m.15 views

Exploit for Improper Input Validation in Drupal

SAWPOC — CVE-2018-7600 A Python Proof of Concept for CVE-20...

9.8CVSS8.4AI score0.99991EPSS
SaveExploits49
SUSE Linux
SUSE Linux
added 2026/08/20 6:19 p.m.14 views

Security update for helm

This update for helm rebuilds it against the current go security release. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product: SUSE Linux Enterprise...

5.2AI score
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/08/20 6:17 p.m.13 views

Security update for kubernetes

This update for kubernetes rebuilds it against the current go security release. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product: Containers Module...

5.2AI score
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/08/20 6:17 p.m.14 views

Security update for kubernetes-old

This update for kubernetes-old rebuilds it against the current go security release. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product: Containers...

5.2AI score
SaveExploits0
F5 Networks
F5 Networks
added 2026/08/20 6:07 p.m.26 views

K000162855: Intel SMM vulnerability CVE-2025-20028

Security Advisory Description Time-of-check time-of-use race condition in the WheaERST SMM module for some IntelR reference platforms may allow an escalation of privilege. System software adversary with a privileged user combined with a high complexity attack may enable escalation of privilege...

7.1CVSS5.5AI score0.00076EPSS
SaveExploits0Affected Software14
Rockylinux
Rockylinux
added 2026/08/20 6:04 p.m.14 views

php:8.3 security, bug fix, and enhancement update

An update is available for module.php-pecl-redis6, php, module.php-pecl-rrd, php-pecl-apcu, module.php-pecl-apcu, php-pecl-zip, php-pecl-rrd, module.php, module.php-pecl-zip, php-pecl-redis6, php-pecl-xdebug3, module.php-pecl-xdebug3. This update affects Rocky Linux 9. A Common Vulnerability...

9.8CVSS6AI score0.00323EPSS
SaveExploits2
Github Security Blog
Github Security Blog
added 2026/08/20 5:28 p.m.12 views

asteval has a Sandbox Escape via BaseException Subclasses

Summary An attacker who can supply expressions to asteval.Interpreter.eval can raise SystemExit, KeyboardInterrupt, GeneratorExit, or BaseException from inside the sandbox. These exceptions are subclasses of BaseException but not Exception, so they bypass the except Exception: safety net in both...

8.4CVSS5.8AI score0.00272EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 5:28 p.m.14 views

GHSA-89V8-RHWQ-HF77 asteval has a Sandbox Escape via BaseException Subclasses

Summary An attacker who can supply expressions to asteval.Interpreter.eval can raise SystemExit, KeyboardInterrupt, GeneratorExit, or BaseException from inside the sandbox. These exceptions are subclasses of BaseException but not Exception, so they bypass the except Exception: safety net in both...

5CVSS5.8AI score
SaveExploits0References5
Snyk
Snyk
added 2026/08/20 5:28 p.m.10 views

Uncaught Exception

Overview asteval is a Safe, minimalistic evaluator of python expression using ast module Affected versions of this package are vulnerable to Uncaught Exception via the eval process. An attacker can terminate the application process or disrupt signal and cleanup handlers by supplying specially...

5.1CVSS5.5AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/20 5:26 p.m.10 views

asteval Sandbox Escape: arbitrary native memory read/write via numpy ctypes in default asteval Interpreter

Summary With its default configuration numpy enabled, import disabled, asteval's Interpreter lets an attacker-controlled expression obtain a raw arbitrary process-memory read and write primitive, without using import, any dunder attribute, or eval/exec/getattr. Arbitrary in-process read/write is...

8.4CVSS6.4AI score0.00272EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 5:26 p.m.13 views

GHSA-9W56-46F6-3QHX asteval Sandbox Escape: arbitrary native memory read/write via numpy ctypes in default asteval Interpreter

Summary With its default configuration numpy enabled, import disabled, asteval's Interpreter lets an attacker-controlled expression obtain a raw arbitrary process-memory read and write primitive, without using import, any dunder attribute, or eval/exec/getattr. Arbitrary in-process read/write is...

5.5CVSS6.4AI score
SaveExploits0References5
Snyk
Snyk
added 2026/08/20 5:26 p.m.9 views

Improper Control of Dynamically-Managed Code Resources

Overview asteval is a Safe, minimalistic evaluator of python expression using ast module Affected versions of this package are vulnerable to Improper Control of Dynamically-Managed Code Resources through the Interpreter process when evaluating attacker-controlled expressions with numpy enabled. A...

6.8CVSS6.1AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 5:26 p.m.11 views

OpenTelemetry-Go: Unsynchronized baggage map can panic under concurrent access

Summary go.opentelemetry.io/otel/bridge/opentracing introduced an unsynchronized extraBaggageItems map on bridgeSpan. One goroutine can write this map through Span.SetBaggageItem while another goroutine reads and iterates it during correlation baggage propagation, which can trigger Go's fatal...

5.9CVSS5.8AI score0.00131EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 5:26 p.m.8 views

GHSA-42CJ-99W8-CP2P OpenTelemetry-Go: Unsynchronized baggage map can panic under concurrent access

Summary go.opentelemetry.io/otel/bridge/opentracing introduced an unsynchronized extraBaggageItems map on bridgeSpan. One goroutine can write this map through Span.SetBaggageItem while another goroutine reads and iterates it during correlation baggage propagation, which can trigger Go's fatal...

5.9CVSS5.8AI score0.00131EPSS
SaveExploits0References5
Rows per page
Query Builder