Lucene search
+L
PtsecurityRecent

201611 matches found

Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81158

NLTK before 3.10.0 affected versions =3.9.4 contains an unsafe pickle deserialization vulnerability in the TransitionParser.parse method nltk/parse/transitionparser.py. The method calls pickle load with the default restricted=False, routing deserialization through WarningUnpickler, which does not...

9.6CVSS6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.3 views

PT-2026-81133

Adminer before 5.4.3 uses a CSRF token scheme that transmits both the XOR mask and the masked value in every token format rand XOR secret:rand, allowing anyone who observes a single CSRF token e.g., via network sniffing, log files, Referrer header, or XSS to recover the session secret with a sing...

6.8CVSS6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81127

Adminer versions 5.3.0 through 5.4.2 with the sql-log plugin enabled contain an arbitrary file write vulnerability in the ns parameter of plugins/sql-log.php. An authenticated user can supply path traversal sequences in the ns parameter to write arbitrary .sql files with attacker-controlled conte...

5.4CVSS5.6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81153

GitPython versions before 3.1.59 contain an incomplete denylist in the unsafe git revision options guard that omits --contents and -S options, allowing attackers to read arbitrary files by passing these options to Repo.blame. Attackers can supply revision values like --contents=/etc/passwd to lea...

7.1CVSS5.5AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81149

Grav before 2.0.16 contains an incomplete default denylist in the Twig sandbox configuration that fails to block access to system configuration secrets. Attackers with page-edit permission can use config.get or config.toArray in Twig templates to retrieve sensitive values like...

8.7CVSS5.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.6 views

PT-2026-81144

Grav CMS before 2.0.16 contains a timing vulnerability in Utils::verifyNonce that uses non-constant-time string comparison with the === operator instead of hash equals for CSRF nonce validation. Attackers can measure response timing differences to recover valid nonce values byte-by-byte through...

6.3CVSS5.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81170

The tagDiv Composer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the vc raw html shortcode in all versions up to and including 5.4.5. This is due to insufficient input sanitization and output escaping in the vc raw html::render method, which base64-decodes shortcode conte...

6.4CVSS5.7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.7 views

PT-2026-81121

The WP Courses LMS – Online Courses Builder, eLearning Courses, Courses Solution, Education Courses plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.2.29 via the 'resultID' parameter due to missing validation on a user controlled key...

4.3CVSS5.3AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.6 views

PT-2026-81151

GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated...

9.8CVSS6.1AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81128

Adminer before 5.4.3 contains an arbitrary file deletion vulnerability in SQLite mode where the database-list drop action fails to validate file extensions before deletion. An authenticated attacker can submit arbitrary relative file paths in the db parameter to delete any files writable by the P...

8.1CVSS5.7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81171

The OCPP 1.6 client in subsys/net/lib/ocpp/ocpp j.c contains a stack buffer overflow in parse getconfig msg. When handling a GetConfiguration request from the central system, the handler copied the attacker-controlled JSON "key" string into the caller's fixed 50-byte stack buffer skeyCISTR50,...

9.8CVSS6.8AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81168

The FundEngine – Donation and Crowdfunding Platform plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.8.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated...

4.3CVSS5.6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81131

Adminer before 5.4.3 inserts unsanitized database server version strings into script tags with valid CSP nonces without proper validation. Attackers controlling a rogue MySQL server can return crafted version strings that break out of the JavaScript context and execute arbitrary code, bypassing...

6.1CVSS5.6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81156

NLTK versions before 3.10.3 use xml.etree.ElementTree to parse XML in multiple modules, which honors entity declarations in document DTDs. Attackers can craft XML payloads with nested entity declarations that expand from hundreds of bytes to megabytes in memory, causing denial of service...

8.7CVSS5.4AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81123

Adminer 4.6.0 through 5.5.0 fixed in 5.5.1 contains an incomplete fix for a prior X-Forwarded-Prefix vulnerability GHSA-8478-xrj3-h9c2. The validation guard bootstrap.inc.php only rejects prefixes matching ^/^/, blocking //evil.com but allowing values such as /evil.com whose second character is a...

2.3CVSS5.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81140

Grav CMS before 2.0.16 contains a path traversal vulnerability in the media directory Twig function that fails to validate filesystem paths, allowing authenticated users to enumerate and access files outside intended scope. Attackers with page authoring privileges can supply arbitrary filesystem...

7.1CVSS5.5AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81134

Grav Flex Objects plugin versions 1.4.0 through 1.4.7 contain an authorization bypass vulnerability in the flex-objects shortcode that allows users with page-edit access to render any registered Flex collection without permission checks. Attackers can place the shortcode in published pages to...

8.3CVSS5.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81141

Grav CMS before 2.0.16 fails to filter system, site, and theme configuration arrays in sandboxed Twig renders, allowing content editors to read sensitive configuration values. Attackers with page-content edit access can access raw configuration arrays including secrets like cache credentials by...

7.1CVSS5.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.7 views

PT-2026-81150

GitPython before 3.1.59 fails to disable merge includes when parsing .gitmodules, allowing attackers to disclose local file content by including arbitrary file paths via include directives. Attackers can craft a malicious .gitmodules file with include directives pointing to sensitive files; when...

8.6CVSS5.4AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.7 views

PT-2026-81154

GitPython before 3.1.59 contains an arbitrary file read vulnerability in TagReference.create where a positional reference parameter bypasses the unsafe option guard. Attackers can supply a reference value like --file= to read arbitrary files, with contents returned in the annotated tag message...

7.1CVSS5.5AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81119

SAP S/4HANA Private Cloud uses a third-party component that contains a Regular Expression Denial of Service ReDoS vulnerability. An unauthenticated attacker could supply specially crafted input that triggers excessive processing within the affected functionality. Successful exploitation could...

7.5CVSS5.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81181

A vulnerability was found in itsourcecode Sales and Inventory System 1.0. Affected is an unknown function of the file /pages/cust del.php. The manipulation of the argument ID results in sql injection. The attack can be executed remotely. The exploit has been made public and could be used...

6.5CVSS6.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81215

Chromium security finding I reported earlier this year has now been assigned CVE-2026-78950. The issue was in WebRTC’s "RTCRtpSender.setParameters" path, where a WebIDL "unsigned long" "maxBitrate" could cross into a signed C++ "int", creating an unsafe unsigned→signed conversion. What made this...

SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.12 views

PT-2026-81217

The Verdure Core plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.2. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used...

8.1CVSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81212

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81178

The Mane theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.7. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypas...

8.1CVSS6.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.8 views

PT-2026-81209

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.8 views

PT-2026-81205

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.6 views

PT-2026-81218

The NotificationX Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 3.1.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will...

7.2CVSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81180

A vulnerability has been found in cleverbrush framework and deep up to 4.4.0. This impacts the function deepExtend of the file libs/deep/src/deepExtend.ts. The manipulation leads to improperly controlled modification of object prototype attributes. Remote exploitation of the attack is possible. T...

7.5CVSS6.9AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.3 views

PT-2026-81174

The Fluent Boards Pro plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.0.11 due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Subscriber-level access and above, to perform an...

4.3CVSS5.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81210

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81193

FA-50 all versions contain hard-coded credentials. An attacker, who knows the credentials and has access to the vessel's internal network, can operate the settings screen using that credentials to alter the identification number...

9.1CVSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81185

A stack-based buffer overflow vulnerability exists in SKYSEA Client View and SKYMEC IT Manager. If this vulnerability is exploited, an attacker who can log in to a Windows system on which the affected product is installed may be able to execute arbitrary code on another Windows system that has th...

8.5CVSS9.1AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.2 views

PT-2026-81204

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.6 views

PT-2026-81208

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.9 views

PT-2026-81199

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.6 views

PT-2026-81196

A flaw was found in 389-ds-base. A remote, authenticated attacker could exploit a vulnerability in the Simple Authentication and Security Layer SASL UNBIND process. By sending a specially crafted request, the attacker can cause a connection to stall, leading to resource exhaustion and a Denial of...

6.5CVSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81126

Adminer before 5.5.0 contains a server-side request forgery vulnerability in the login form's server field validator, which only inspects leading integers for privileged ports and fails to reject non-numeric port values. Attackers can inject PDO DSN keys like host= and port= into the server...

6.9CVSS5.6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.6 views

PT-2026-81155

NLTK versions before 3.10.3 fail to use validated absolute paths when invoking the Graphviz dot binary in dependencygraph.dot2img and AlignedSent. repr svg , allowing attackers to execute arbitrary code by placing a malicious dot binary in the search path or current working directory. Attackers c...

8.5CVSS6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.3 views

PT-2026-81143

The getgrav/grav-plugin-login Composer plugin before 3.9.1 used by Grav compares password reset and account activation tokens using a non-constant-time === string comparison instead of hash equals in classes/Controller.php taskReset and login.php activation handler. Because the token-submission...

8.7CVSS5.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81211

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81207

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.7 views

PT-2026-81132

Adminer before 5.4.3 fails to sanitize the server field before constructing a PDO DSN string, allowing unauthenticated attackers to inject ODBC parameters via semicolons. Attackers can inject TraceFile and TraceOn parameters to write PHP code to the web root, achieving remote code execution when...

9.8CVSS6.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.2 views

PT-2026-81176

The WP Project Manager Pro plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 4.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers,...

6.5CVSS5.8AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.4 views

PT-2026-81206

My two cents is that this democratises AI-availability and Privacy. Doom on hardware Y is an existence proof and dies there! For fulfilling your curiosity running a glm-5.1 UD-IQ1 M on one Mac studio M3 ultra plus a iogpu sysctl made us at byteray CVE-2026-55706 a 27-year old bug on OpenBSD just ...

8.4CVSS0.005EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.1 views

PT-2026-81190

The Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to DOM-Based Reflected Cross-Site Scripting via the 'error description' parameter in all versions up to, and including, 1.57.0 due to insufficient input sanitization and output escaping. Thi...

7.2CVSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.1 views

PT-2026-81188

The MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'mf form id' Widget Setting in all versions up to, and including, 4.1.8 due to insufficient input sanitization and output escaping. This makes it...

6.4CVSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.5 views

PT-2026-81160

The PPWP – Password Protect WordPress | 1 Most-Reviewed Password Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'ppwp' shortcode in all versions up to, and including, 1.9.21 due to insufficient input sanitization and output escaping on user supplied...

6.4CVSS5.6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.8 views

PT-2026-81124

The BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.1.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This...

4.3CVSS5.5AI score
SaveExploits0References9
Total number of security vulnerabilities201611