Lucene search
+L
AttackerkbRecent

96138 matches found

ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:51 p.m.•9 views

CVE-2026-71964

CyberPanel 2.4.3, fixed in commit eca0c3c, contains an arbitrary file read vulnerability in the file manager component that allows authenticated attackers to read sensitive system files by uploading a crafted ZIP archive containing symbolic links. Attackers can exploit the application's failure t...

7.1CVSS5.4AI score0.00317EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:50 p.m.•9 views

CVE-2026-72872

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, application.saveBitbucketProvider stores bitbucketOwner and bitbucketRepository without validation and cloneBitbucketRepository in packages/server/src/utils/providers/bitbucket.ts interpolates those values into git clo...

9.9CVSS5.7AI score0.00372EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:48 p.m.•8 views

CVE-2026-59091

A flaw was found in GIMP's file format plugins, including those for PSD and PAA files. A remote attacker could exploit these vulnerabilities by tricking a user into opening a specially crafted image file. This could lead to unexpected application behavior or other potential security impacts witho...

7.3CVSS5.4AI score0.00351EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:47 p.m.•8 views

CVE-2026-72871

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the unauthenticated /api/providers/github/setup route in apps/dokploy/pages/api/providers/github/setup.ts trusts ghinit organizationId and userId values from the state parameter and calls createGithub in...

7.5CVSS5.3AI score0.00294EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:45 p.m.•9 views

CVE-2026-72870

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the buildRemoteDocker function in packages/server/src/utils/providers/docker.ts interpolates the application-controlled dockerImage value directly into a docker pull shell command. An authenticated user with project...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:41 p.m.•10 views

CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde function extracts the username to determine the user's home directory. The implementation allocates memory for this username directly on the stack using the strndupa macro. Because the size of this...

9CVSS5.3AI score0.00208EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:40 p.m.•9 views

CVE-2026-72869

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the backup.restoreBackupWithLogs tRPC subscription passes the databaseName parameter to restore builders in packages/server/src/utils/restore/utils.ts, where PostgreSQL, MariaDB, MySQL, and MongoDB commands embed the...

9.9CVSS5.5AI score0.00352EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:40 p.m.•20 views

CVE-2026-6368

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS5.2AI score0.00107EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:39 p.m.•8 views

CVE-2026-72868

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, apps/dokploy/server/api/routers/destination.ts interpolates the accessKey, secretAccessKey, region, endpoint, provider, and bucket fields from destination.testConnection into an rclone ls command executed through...

9.9CVSS5.6AI score0.00363EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:36 p.m.•10 views

CVE-2026-72867

Dokploy is a free, self-hostable Platform as a Service PaaS. From 0.29.3 until 0.29.13, the incomplete fix for CVE-2026-45628 leaves packages/server/src/db/schema/compose.ts branch fields without server-side validation, allowing a direct compose.update request to store a malicious customGitBranch...

9.9CVSS5.5AI score0.0049EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:34 p.m.•9 views

CVE-2026-72866

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the WebSocket handler in apps/dokploy/server/wss/terminal.ts validates a session but does not authorize access to the requested server. An authenticated user can connect to /terminal?serverId=local, select the special...

8.8CVSS5.4AI score0.00308EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:33 p.m.•7 views

CVE-2026-72865

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the compose.update operation stores an unvalidated composePath that packages/server/src/utils/builders/compose.ts and packages/server/src/services/compose.ts interpolate into docker compose -f, docker stack deploy -c,...

9.9CVSS5.6AI score0.00352EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:31 p.m.•9 views

CVE-2026-72864

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the local branch of /docker-container-terminal in apps/dokploy/server/wss/docker-container-terminal.ts authenticates with validateRequest but does not authorize the attacker-controlled containerId against the caller's...

9.9CVSS5.5AI score0.00274EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:28 p.m.•9 views

CVE-2026-72863

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, Dokploy's WebSocket handlers in-app terminals and log streamers authenticate the session but never authorize it. They establish who the user is via validateRequest and then proceed without consulting the role/permissio...

9.9CVSS5.3AI score0.00298EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:26 p.m.•11 views

CVE-2026-71962

Flowise versions 2.2.4 through 3.1.4 contain a missing authorization vulnerability in the POST /api/v1/openai-assistants-file/download endpoint that allows unauthenticated attackers to access private files by exploiting the endpoint's inclusion in the global authentication whitelist, which bypass...

8.7CVSS5.5AI score0.00448EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:21 p.m.•8 views

CVE-2026-68872

The AWS Systems Manager Parameter Store and Secrets Manager backends in Apache Airflow's Amazon provider resolved a team-scoped Connection or Variable id through the team-agnostic lookup when the team-scoped lookup missed. In a deployment running multi-team mode with either backend, a caller in o...

5.4AI score0.00328EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:20 p.m.•10 views

CVE-2026-12339

A Zip Slip vulnerability in the WebUI ISP Upgrade functionality allows arbitrary file write via a crafted archive containing directory traversal sequences. An authenticated administrator may overwrite arbitrary files on the system.Successful exploitation may allow arbitrary file to overwrite on t...

6.9CVSS5.5AI score0.00343EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:18 p.m.•8 views

CVE-2026-71969

OP-TEE OS through 4.10.0, fixed in commit 7b8b494, contains a buffer underwrite vulnerability in the RSA NOPAD encrypt and decrypt operations within the mbedTLS software backend and SE050 hardware driver that allows a malicious Trusted Application to corrupt secure-world heap memory by supplying ...

8.4CVSS5.6AI score0.00134EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:18 p.m.•9 views

CVE-2026-68871

The Yandex Lockbox secrets backend in Apache Airflow's Yandex provider resolved a team-scoped Connection or Variable id through the team-agnostic lookup when the team-scoped lookup missed. In a deployment running multi-team mode with this backend, a caller in one team could resolve a secret...

5.3AI score0.00328EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:15 p.m.•10 views

CVE-2026-71968

OP-TEE OS through 4.10.0, fixed in commit 8794043, contains a use-after-free vulnerability in the Trusted Application loader that allows attackers with the ability to load a signed Trusted Application to corrupt secure-world kernel memory by setting the TAFLAGCONCURRENT flag in a user TA signed...

8.4CVSS5.3AI score0.001EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:11 p.m.•10 views

CVE-2026-71967

OP-TEE OS through 4.10.0, fixed in commit 0aadfc2, contains a null pointer dereference vulnerability in the Widevine pseudo-TA opensession handler that allows Normal World clients to cause a denial of service when CFGWIDEVINEPTA is enabled. Attackers can open a session directly on the Widevine PT...

5.7CVSS5.6AI score0.00119EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:10 p.m.•8 views

CVE-2026-68870

The Azure Key Vault secrets backend in Apache Airflow's Microsoft Azure provider resolved a team-scoped Connection or Variable id through the team-agnostic lookup when the team-scoped lookup missed. In a deployment running multi-team mode with this backend, a caller in one team could resolve a...

5.3AI score0.00225EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 6:00 p.m.•10 views

CVE-2026-16626

Improper restriction of XML external entity reference vulnerability unauthenticated in Jaspersoft JasperReports Server. This issue affects JasperReports Server: from 9.0.0 before HF-9 and from 10.0.0 before HF-10...

9.3CVSS5.3AI score0.00331EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:59 p.m.•9 views

CVE-2026-72862

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the mariadb.ts, mongo.ts, mysql.ts, postgres.ts, redis.ts, and libsql.ts Dokploy database service deployment functions pass user-controlled dockerImage fields unquoted into docker pull $dockerImage shell commands on th...

9.9CVSS5.4AI score0.00433EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:56 p.m.•8 views

CVE-2026-72900

Metabase allows an authenticated, low-privileged attacker to read the entire Metabase application database...

7.1CVSS5.2AI score0.00301EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:56 p.m.•15 views

CVE-2026-72899

Metabase allows an unauthenticated attacker to inject arbitrary SQL via a publicly shared card or dashboard that exposes a field-filter dimension parameter...

10CVSS5.7AI score0.00559EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:55 p.m.•15 views

CVE-2026-72898

Metabase allows a remote, unauthenticated attacker to inject arbitrary SQL via the '/resetpassword' database endpoint and gain administrator access to the connected Metabase instance...

10CVSS5.6AI score0.79215EPSS
SaveExploits5References5
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:55 p.m.•9 views

CVE-2026-72740

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, packages/server/src/utils/providers/git.ts parses the user-controlled customGitUrl with sanitizeRepoPathSSH and interpolates its domain into the ssh-keyscan command from addHostToKnownHostsCommand without shell quoting...

9.9CVSS5.7AI score0.00521EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:55 p.m.•10 views

CVE-2026-48159

use-reducer-async is a React useReducer with async actions. Between 2026-05-18 16:29:52 and 2026-05-19 15:26:07, the default branch contained malicious commits da72edbde5705efcec6c62e0a3dcb73687b78dc8 through df07d5711458d8b46e11dd7afaaa21e88cafabfb that executed remote attacker-controlled code o...

9.3CVSS5.7AI score0.00488EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:53 p.m.•9 views

CVE-2026-72739

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the createCommand function constructs shell commands by interpolating compose service names and configuration into bash command strings. When a compose with a maliciously crafted name or service definition is deployed,...

6.5CVSS5.8AI score0.00445EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:49 p.m.•8 views

CVE-2026-72738

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the backup.listBackupFiles tRPC endpoint in apps/dokploy/server/api/routers/backup.ts passes the search parameter through normalizeS3Path and interpolates it into an rclone lsjson command executed by childprocess.exec,...

9.9CVSS5.7AI score0.00521EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:47 p.m.•11 views

CVE-2026-72737

Dokploy is a free, self-hostable Platform as a Service PaaS. In 0.29.8 and earlier, backup.create, backup.update, and backup.restoreBackupWithLogs in apps/dokploy/server/api/routers/backup.ts accept a client-controlled destinationId and use the referenced destination without verifying that...

9.6CVSS5.3AI score0.00248EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:40 p.m.•9 views

CVE-2026-72736

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, Dokploy passes user-controlled values directly into shell commands via unquoted template literal interpolation in the registry credential testing and Docker Swarm cluster management endbpoints. Both endpoints have a sa...

9.9CVSS5.5AI score0.00433EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:38 p.m.•8 views

CVE-2026-10754

Pega Platform versions 8.5.0 through 25.1.2 are affected by an improper validation of cryptographic signatures that may allow an attacker to bypass security controls...

8.6CVSS5.2AI score0.00574EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:35 p.m.•10 views

CVE-2026-70622

tar-rs versions 0.4.11 through 0.4.46 contain a symlink escape vulnerability in the Builder::appenddirall function that allows attackers to read files outside the intended source root directory by planting symlinks in an attacker-controlled directory. When a privileged process archives an untrust...

7.1CVSS5.2AI score0.00342EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:34 p.m.•9 views

CVE-2026-72735

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, writeTraefikConfigRemote in packages/server/src/utils/traefik/application.ts serializes user-controlled Traefik configuration with yaml.stringify and interpolates the resulting yamlStr into an echo command executed...

9.9CVSS5.8AI score0.00598EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:32 p.m.•13 views

CVE-2026-40512

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:32 p.m.•11 views

CVE-2026-35028

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:32 p.m.•13 views

CVE-2026-35027

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:32 p.m.•13 views

CVE-2026-35026

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:32 p.m.•11 views

CVE-2026-35006

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:32 p.m.•12 views

CVE-2026-35005

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•13 views

CVE-2026-34423

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•11 views

CVE-2026-29517

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•13 views

CVE-2026-29033

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•13 views

CVE-2026-29032

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•16 views

CVE-2026-29031

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•11 views

CVE-2026-29030

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•12 views

CVE-2026-29029

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2026/08/10 5:31 p.m.•8 views

CVE-2026-29028

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score
SaveExploits0References1
Total number of security vulnerabilities96138