Lucene search
+L
AttackerkbRecent

96138 matches found

ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•6 views

CVE-2026-64620

FreeRDP before 3.28.0 affected outlength, so out-of-bounds bytes are written before the bounds check. On the server side, when a client selects RDP Standard Security, the encrypted client random is decrypted into a fixed 32-byte buffer. Because the server publishes its RSA public key, an...

9.8CVSS5.7AI score0.00851EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-64621

FreeRDP before 3.28.0 affected 3.x through 3.27.1 contains a double-free vulnerability in freerdpclientrdpfileapplytosettings client/common/file.c when parsing the selectedmonitors field of a .rdp connection file. The MonitorIds array is allocated through the settings object, and a raw non-owning...

9.3CVSS5.5AI score0.00304EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63763

SurrealDB before 2.5.0 and before 3.0.0-beta.3 contains a confused deputy privilege escalation vulnerability. Unprivileged users e.g., those with the database editor role can create or modify fields containing futures, functions, or closures. Because these are executed in the context of the...

7.5CVSS5.5AI score0.00497EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63762

SurrealDB before v2.6.1 and before v3.0.0-beta.3 contains a denial of service vulnerability in its embedded JavaScript scripting engine, which is enabled via the --allow-scripting capability disabled by default. Any user able to execute arbitrary queries — including unauthenticated guests when...

6CVSS5.7AI score0.0045EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63761

SurrealDB before 3.1.0 silently substitutes the ES384 algorithm when a JWT access method is configured with ALGORITHM ES512 DEFINE ACCESS ... TYPE JWT ALGORITHM ES512, because the underlying jsonwebtoken crate v10.x has no ES512 variant and the mapping defaults to ES384 without any error, warning...

5.3CVSS5.3AI score0.00278EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•9 views

CVE-2026-63759

SurrealDB before 3.1.0 fails to enforce recursion depth limits in the type/kind parser when processing nested type annotations. Authenticated attackers can send queries with deeply nested type annotations to exhaust server memory and crash the process...

7.1CVSS5.3AI score0.0045EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•11 views

CVE-2026-63760

SurrealDB before 3.1.0 fails to enforce the configured recursion depth limit in the value and JSON parser when processing nested braces, brackets, or parentheses. Unauthenticated attackers can send deeply nested JSON payloads to the WebSocket /rpc endpoint to exhaust server memory and crash the...

8.7CVSS5.3AI score0.00515EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63758

SurrealDB versions before 3.1.0 contain an authorization bypass vulnerability in the KILL statement that allows authenticated database users to terminate other users' LIVE SELECT subscriptions. Attackers can issue KILL statements with target live query UUIDs to disrupt real-time data subscription...

5.4CVSS5.3AI score0.00309EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63757

SurrealDB versions before 3.1.0 contain a session hijacking vulnerability where the HTTP /rpc sessions method returns attached session UUIDs without authentication and accepts arbitrary session fields with no ownership verification. Unauthenticated attackers can enumerate session UUIDs and...

8.8CVSS5.5AI score0.00536EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63755

SurrealDB before 3.1.0 evaluates user-supplied WHERE clauses in SELECT statements and SET/MERGE/CONTENT/PATCH clauses in UPDATE, UPSERT, INSERT ON DUPLICATE KEY UPDATE, and RELATE update-variant statements against full record data before enforcing PERMISSIONS FOR SELECT WHERE restrictions. An...

7.1CVSS4.4AI score0.00361EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•10 views

CVE-2026-63756

SurrealDB versions before 3.1.0 contain a time-of-check/time-of-use race condition in the HTTP /rpc endpoint that allows unauthenticated requests to inherit authenticated session state. Unauthenticated attackers can send concurrent requests to the /rpc endpoint while legitimate authenticated...

9.2CVSS5.5AI score0.00368EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•9 views

CVE-2026-63754

SurrealDB versions before 3.1.0 contain a denial of service vulnerability where malicious LIVE queries with WHERE clauses that evaluate to errors cause all CREATE, UPDATE, and DELETE operations on the watched table to fail. An authenticated user with only select permission can prevent write...

7.1CVSS5.3AI score0.0045EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63753

SurrealDB before 3.1.0 fails to refresh authentication state in LIVE SELECT subscriptions when session state changes. Attackers can continue receiving real-time notifications under revoked or expired session credentials until the connection closes...

5.3CVSS5.3AI score0.0035EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•9 views

CVE-2026-63751

SurrealDB versions before 3.1.0 contain a field-level permission bypass vulnerability in JSON Patch operations that allows authenticated users to read protected fields. Attackers can use UPDATE PATCH with an empty from pointer in copy or move operations to duplicate all record fields, including...

5.3CVSS5.3AI score0.00293EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63752

SurrealDB before 3.1.0 contains an authorization bypass vulnerability in the RELATE statement that allows authenticated users with CREATE permission to overwrite existing edge records without UPDATE permission. Attackers can issue a RELATE statement with a SET id clause pointing to an existing ed...

5.3CVSS5.3AI score0.0028EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63750

SurrealDB versions before 3.1.0 fail to apply the SURREALWEBSOCKETMAXMESSAGESIZE limit to anonymous /sql WebSocket connections, allowing attackers to buffer unbounded frames in the per-connection read buffer. Attackers can stream WebSocket frames larger than the configured limit across multiple...

6.9CVSS5.5AI score0.00493EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63749

SurrealDB versions before 3.1.0 contain an authentication bypass vulnerability in LIVE SELECT subscriptions where permission expressions referencing $value, $before, $after, or $event are evaluated against attacker-controlled bindings instead of actual documents. Authenticated subscribers can bin...

5.3CVSS5.4AI score0.0036EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63748

SurrealDB versions before 3.1.0 contain an information disclosure vulnerability where authenticated users with UPDATE access can read field values hidden by field-level SELECT permissions through error messages. Attackers can trigger arithmetic or extend operations on hidden fields to embed raw...

5.3CVSS5.3AI score0.00326EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•12 views

CVE-2026-63747

SurrealDB versions before 3.1.0 contain a denial of service vulnerability in the RPC use handler that panics when db is set without a namespace. Unauthenticated attackers can send a malformed WebSocket message to the /rpc endpoint to crash the server process...

8.7CVSS5.3AI score0.00515EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63746

SurrealDB versions before 3.1.0 fail to enforce table SELECT permissions when traversing graph edges or back-references. Authenticated users can read records from any table reachable through graph edges regardless of the target table's PERMISSIONS FOR select clause...

7.1CVSS5.3AI score0.00399EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63745

SurrealDB versions before 3.1.0 contain an authorization bypass vulnerability where authenticated users can spoof composite record-id field values by writing to editable body fields. Attackers can bypass permission rules that gate access on id components like tenant isolation by setting same-name...

5.4CVSS5.3AI score0.00249EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63744

SurrealDB before 3.1.5 contains a server-side request forgery vulnerability in the JWKS fetcher that follows HTTP redirects without re-validating redirect targets against network capabilities. Attackers with Owner role can configure a JWKS URL pointing to an allowlisted host that redirects to...

5.1CVSS5.3AI score0.00324EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63743

SurrealDB before 3.1.0 contains a capability bypass vulnerability in HTTP redirect handling that allows authenticated users to circumvent port-scoped --deny-net rules. Attackers can chain an HTTP redirect from an allowed hostname to a denied host:port combination, and the redirect is followed...

6.4CVSS5.3AI score0.00249EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63742

SurrealDB versions before 3.1.0 contain a field-level SELECT permission bypass vulnerability in indexed COUNT fast paths. Attackers can execute COUNT queries on indexed fields with field-level SELECT restrictions to confirm or recover restricted field values through repeated guesses...

5.3CVSS5.4AI score0.00293EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63741

SurrealDB versions before 3.1.0 fail to validate DEFINE NAMESPACE or DEFINE DATABASE permissions when processing USE NS and USE DB statements. Unauthenticated attackers can create arbitrary namespaces and databases by issuing USE commands, bypassing authorization checks in the RPC use method and...

6.9CVSS5.4AI score0.00369EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63740

SurrealDB versions before 3.1.4 fail to properly enforce SELECT permissions on array elements field. for record users, leaking denied array elements instead of hiding them. Attackers with record scope access can read array elements that element-level permissions should deny by exploiting incorrec...

7.1CVSS5.2AI score0.00358EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63739

SurrealDB before 3.1.5 contains an arbitrary file read vulnerability in the DEFINE ANALYZER mapper filter that allows database users with EDITOR or OWNER roles to read files accessible to the SurrealDB process. Attackers can specify arbitrary file paths in the mapper filter and retrieve file...

8.3CVSS5.5AI score0.00476EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•9 views

CVE-2026-63738

SurrealDB versions 3.1.0 before 3.1.5 fail to enforce field-level SELECT permissions when records are accessed through graph-edge or back-reference traversals. Attackers with table-level SELECT access can read field values hidden by field-level permissions by materializing records through graph...

5.3CVSS5.2AI score0.00284EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•12 views

CVE-2026-63737

SurrealDB versions before 3.1.5 contain a denial of service vulnerability where authenticated users can crash the server with queries containing long chains of operators. Attackers can submit queries with tens of thousands of chained operators that create unbounded expression trees, causing stack...

7.1CVSS5.3AI score0.00487EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63736

SurrealDB before 3.2.0 contains a server-side request forgery vulnerability in the JWKS fetcher that validates only the URL hostname string against allow-lists without checking resolved IP addresses. An Owner role attacker can point an access method at an allow-listed hostname resolving to privat...

5.1CVSS5.4AI score0.00314EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•9 views

CVE-2026-63735

SurrealDB versions before 3.2.0 fail to validate namespace and database scope in custom API routes, allowing authenticated users to invoke endpoints in different namespaces/databases. Attackers with valid credentials for any namespace/database can access custom API endpoints in other tenants by...

8.6CVSS5.3AI score0.00367EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•8 views

CVE-2026-63733

SurrealDB versions before 3.2.0 contain a permissions bypass vulnerability where data-modifying statements within PERMISSIONS clauses execute with enforcement disabled. Attackers with permission to perform a guarded operation can write to tables they lack permission for by embedding CREATE, UPDAT...

5.3CVSS5.4AI score0.00287EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 12:04 p.m.•7 views

CVE-2026-63734

SurrealDB versions before 3.2.0 contain a denial of service vulnerability in the SurrealML header parser that allows authenticated Owner-role users to crash the server by uploading a malformed .surml file to the /ml/import endpoint. Attackers can supply non-numeric input-dimensions or other...

6.9CVSS5.3AI score0.00472EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 11:54 a.m.•9 views

CVE-2026-16247

In connect.BRAIN versions prior to 5.06, the application LogPathConfig.exe is executed during setup. During this process, existing permissions on %ProgramData% are deleted and replaced, granting the Windows group Everyone full control instead of restricting access to...

7.3CVSS5.3AI score0.00142EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 11:51 a.m.•8 views

CVE-2026-16246

In BRAIN2 versions prior to 3.09, the application LogPathConfig.exe is executed during setup. As a result, the Windows group Everyone is granted full control over %ProgramData% instead of being restricted to %ProgramData%\Bizerba\BRAIN2. Starting with BRAIN2 3.09, the setup no longer executes thi...

7.3CVSS5.3AI score0.00155EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 11:40 a.m.•7 views

CVE-2026-14448

An high privileged remote attacker can exploit an authenticated OS command injection vulnerability in the systemcertificates view due to improper neutralization of special elements in an OS command. This can result in a total loss of confidentiality, availability and integrity...

8.6CVSS5.4AI score0.00936EPSS
SaveExploits0References3Affected Software4
ATTACKERKB
ATTACKERKB
•added 2026/07/20 10:42 a.m.•12 views

CVE-2026-16254

A flaw was found in claircore's apk package scanner. Malformed package-database data in a container layer can cause an out-of-bounds access that panics the scanner. If that panic is not recovered, the Clair indexer process can crash, leading to a denial of service...

4.3CVSS5.3AI score0.00373EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 10:36 a.m.•10 views

CVE-2026-15813

A vulnerability was found in the network packet de-fragmentation engine of kronosnet Version affected = 1.34. The internal reassembly code does not properly validate sequence numbers of incoming payload fragments. An attacker can exploit this lack of verification by transmitting malformed packets...

6.5CVSS5.5AI score0.00359EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 8:06 a.m.•17 views

CVE-2026-2445

The affected product accepts user-supplied input within a URL parameter without enforcing expected sanitization or encoding before rendering it within the response. This condition allows for the injection of malicious JavaScript payloads. An attacker can leverage this vulnerability to cause the...

6.1CVSS5.4AI score0.00253EPSS
SaveExploits0References2Affected Software3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 7:33 a.m.•16 views

CVE-2026-16242

A flaw was found in the Konnectivity proxy-server configuration for hosted control planes. The agent-facing listener was started without --cluster-ca-cert and without token-based agent authentication, so client certificates were not validated. A remote attacker who can reach the Konnectivity...

9.4CVSS5.3AI score0.00798EPSS
SaveExploits0References18
ATTACKERKB
ATTACKERKB
•added 2026/07/20 7:11 a.m.•9 views

CVE-2026-13577

Dancer2 versions through 2.1.0 for Perl generate insecure session ids when required CSPRNG modules are unavailable. Dancer2::Core::Role::SessionFactory::generateid silently falls back to a built-in rand-derived session id unless both Math::Random::ISAAC::XS and Crypt::URandom are available. The...

8.2CVSS5.3AI score0.00452EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 7:02 a.m.•8 views

CVE-2026-16235

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

5.2AI score0.00553EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/07/20 7:01 a.m.•6 views

CVE-2026-6656

Crypt::Password versions through 0.28 for Perl are susceptible to timing attacks. The checkpassword method uses the built-in eq operator. This allows discrepancies in timing to be used to guess the underlying hash...

5.2AI score0.00492EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•6 views

CVE-2026-13432

The ThumbPress WordPress plugin before 6.2.2 does not perform a capability check on one of its AJAX actions, allowing authenticated users with subscriber-level access or higher to deactivate the ThumbPress WordPress plugin before 6.2.2, disrupting the site's image-handling functionality...

5.3AI score0.00287EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•7 views

CVE-2026-9833

The Tag Groups is the Advanced Way to Display Your Taxonomy Terms WordPress plugin before 2.2.0 does not properly escape one of its AJAX parameters before reflecting it in the response body served with an HTML content type, allowing unauthenticated attackers to execute arbitrary JavaScript in the...

5.8AI score0.00282EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•8 views

CVE-2026-8825

The Elementor Website Builder WordPress plugin before 4.1.4 does not properly check user permissions before returning post data through one of its REST endpoints, allowing authenticated users with Contributor-level access and above to retrieve the title, body and metadata of private posts, privat...

5.3AI score0.00398EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•7 views

CVE-2026-13147

The Kirki WordPress plugin before 6.0.12 does not validate a user-supplied URL before requesting it server-side, allowing unauthenticated attackers to make the site issue HTTP requests to arbitrary hosts Server-Side Request Forgery...

5.3AI score0.00912EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•14 views

CVE-2026-13156

The MailerSend WordPress plugin before 1.0.8 does not perform a nonce check on its configuration-delete action it verifies the manageoptions capability but ignores the nonce, so an attacker can trick a logged-in administrator into visiting a crafted page that wipes the MailerSend WordPress plugin...

5.3AI score0.00138EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•8 views

CVE-2026-12972

The PayPlus Payment Gateway WordPress plugin before 8.2.2 does not perform authorization or order-ownership validation in one of its AJAX actions available to unauthenticated users, allowing them to tamper with the payment-related metadata of arbitrary WooCommerce orders...

5.4AI score0.00295EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/07/20 6:00 a.m.•9 views

CVE-2026-13142

The Social Login, Passkeys, Magic Link & Email OTP WordPress plugin before 1.4.1 does not enforce rate limiting or a working attempt lockout on its passwordless email one-time-password verification, and stores the short numeric codes in plaintext, allowing an unauthenticated attacker who knows a...

5.5AI score0.00383EPSS
SaveExploits0References1
Total number of security vulnerabilities96138