Lucene search
+L

204889 matches found

Github Security Blog
Github Security Blog
added 2026/08/17 1:36 p.m.13 views

Medplum: Improper Validation of Redirect URI in External Auth Callback allows Authorization Code Leakage

Summary The external identity provider callback at GET /auth/external accepts attacker-controlled redirect URIs that only need to start with a registered client redirect URI, rather than matching exactly. After a successful external IdP login, the server appends Medplum login and code values to...

5.6AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/17 1:15 p.m.4 views

JLSEC-2026-1336

When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often...

5.3CVSS6.4AI score0.01894EPSS
SaveExploits1References12
OSV
OSV
added 2026/08/17 1:15 p.m.6 views

JLSEC-2026-1335

When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and...

6.5CVSS5.9AI score0.04332EPSS
SaveExploits1References20
The Hacker News
The Hacker News
added 2026/08/17 11:58 a.m.6 views

How MCP Servers Can Expose Enterprise Secrets

MCP servers can expose enterprise secrets through plaintext configuration files, over-permissioned access and prompt injection, often before security teams even know the server is running. As more organizations adopt AI agents into their systems, that exposure can silently become a major gap in M...

9.6CVSS7.3AI score0.77747EPSS
SaveExploits0
Malwarebytes
Malwarebytes
added 2026/08/17 11:15 a.m.13 views

Fake TikTok rewards promise cash you’ll never get

TikTok-branded "rewards" pages are promising users cash for checking in every day, completing small tasks, and earning points. Those points supposedly convert into real money, and the balances look enormous. A countdown timer usually warns that your balance is about to expire. But when you try to...

5.5AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/17 10:39 a.m.11 views

Security Bulletin: Multiple Vulnerabilities in IBM Edge Application Manager

Summary Multiple vulnerabilities were addressed in IBM Edge Application Manager 5.0.4 Vulnerability Details CVEID:CVE-2025-48988 DESCRIPTION: Allocation of Resources Without Limits or Throttling vulnerability in Apache Tomcat. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.7, from...

8.7CVSS7.2AI score0.5696EPSS
SaveExploits6Affected Software1
Malwarebytes
Malwarebytes
added 2026/08/17 8:59 a.m.13 views

Why Facebook’s war on ad blockers could help scammers

Reports that uBlock Origin is stepping back from the never-ending effort to filter Facebook ads are a reminder that ad blocking is no longer only an argument about inconvenience, publishers, and lost advertising revenue. It is also an issue of security. For years, ad blockers have occupied an...

5.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2026/08/17 7:36 a.m.8 views

Suspected China-Nexus Actor Exploits VMware vCenter Flaw, Deploys Babuk-Derived Ransomware

Cybersecurity researchers have attributed the exploitation of a newly patched security flaw in Broadcom VMware vCenter to a suspected China-nexus advanced persistent threat APT. The attacks involve the exploitation of CVE-2026-59310 CVSS score: 9.8, a severe directory-traversal vulnerability in t...

9.8CVSS9.6AI score0.02405EPSS
SaveExploits1
OSV
OSV
added 2026/08/17 5:53 a.m.6 views

BIT-RCLONE-2026-71309 rclone: Incomplete path validation allows backend root escape in serve restic

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.40.0 until 1.75.0, rclone serve restic does not correctly reject URL paths beginning with ../ in cmd/serve/restic/restic.go WithRemote, which accepts a leading parent path and pass...

8.6CVSS5.3AI score0.00314EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:52 a.m.6 views

BIT-PROXYSQL-2026-48774 ProxySQL MCP run_sql_readonly executes side-effecting MySQL multi-statements despite read-only contract

ProxySQL is a proxy for MySQL and its forks, as well as PostgreSQL. In versions 3.0.0 through 3.0.8, ProxySQL's GenAI/MCP runsqlreadonly tool violates its documented read-only contract for MySQL targets. The tool validates only the full input string with a substring blacklist and first-keyword...

7.5CVSS6AI score0.00274EPSS
SaveExploits1References3
OSV
OSV
added 2026/08/17 5:50 a.m.6 views

BIT-OPENBAO-2026-46405 OpenBao's Kerberos Auth Method Accumulates Unaccessible Tokens

OpenBao is an open source identity-based secrets management system. Prior to version 2.5.4, in OpenBao's Kerberos auth method on the GET handler, or when an Authorization: Negotiate header is supplied, the response is includes a logical.Auth object in addition to an error message. This results in...

5.3CVSS8.8AI score0.00364EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/17 5:40 a.m.3 views

BIT-GHOST-2026-70591 Ghost: Server-Side Request Forgery in Image Fetching

Ghost is a Node.js content management system. From 0.10.0 until 6.54.1, a Server-Side Request Forgery in Ghost Admin image fetching allowed any staff-level user to perform a blind HTTP GET request against internal hosts. No output was returned, but this could have been used to probe open ports on...

4.1CVSS5.4AI score0.00226EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.4 views

BIT-AIRFLOW-2026-59242 Apache Airflow: Arbitrary airflow.* class instantiation on the API server via the XCom deserialize endpoint

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

5.4CVSS5.6AI score0.00584EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.4 views

BIT-AIRFLOW-2026-58076 Apache Airflow: Unguarded import_string() of airflow_exc_ser / base_exc_ser exception nodes in BaseSerialization.deserialize enables DAG-author RCE on Scheduler / API Server

Apache Airflow's serialization layer reconstructed exception nodes by calling importstring on a class name taken from the serialized blob and instantiating it with arguments from the same blob, with no restriction on what could be imported. An operator's executorconfig reaches that branch, so a D...

8.8CVSS5.9AI score0.00484EPSS
SaveExploits0References4
Nuclei
Nuclei
added 2026/08/17 3:58 a.m.200 views

EyesOfNetwork 5.1-5.3 - SQL Injection/Remote Code Execution

EyesOfNetwork 5.1 to 5.3 contains SQL injection and remote code execution vulnerabilities. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site. See also CVE-2020-8655,...

9.8CVSS9.3AI score0.91874EPSS
SaveExploits13References5
Nuclei
Nuclei
added 2026/08/17 3:58 a.m.61 views

GitLab - Account Takeover via Password Reset

An issue has been discovered in GitLab CE/EE affecting all versions from 16.1 prior to 16.1.6, 16.2 prior to 16.2.9, 16.3 prior to 16.3.7, 16.4 prior to 16.4.5, 16.5 prior to 16.5.6, 16.6 prior to 16.6.4, and 16.7 prior to 16.7.2 in which user account password reset emails could be delivered to a...

10CVSS8.5AI score0.94647EPSS
SaveExploits16References5
Nuclei
Nuclei
added 2026/08/17 3:58 a.m.32 views

Majordomo2 - SMTP/HTTP Directory Traversal

A directory traversal vulnerability in the listfileget function in lib/Majordomo.pm in Majordomo 2 before 20110131 allows remote attackers to read arbitrary files via .. dot dot sequences in the help command, as demonstrated using 1 a crafted email and 2 cgi-bin/mjwwwusr in the web interface. id:...

5CVSS9.1AI score0.95388EPSS
SaveExploits9References5
Nuclei
Nuclei
added 2026/08/17 3:58 a.m.281 views

Apache Airflow - Unauthenticated Variable Import

Apache Airflow Airflow =2.0.0 and =2.0.0 and 2.1.3 does not protect the variable import endpoint which allows unauthenticated users to hit that endpoint to add/modify Airflow variables used in DAGs, potentially resulting in a denial of service, information disclosure or remote code execution...

9.8CVSS8.9AI score0.80938EPSS
SaveExploits2References5
Nuclei
Nuclei
added 2026/08/17 3:58 a.m.189 views

Aviatrix Controller 6.x before 6.5-1804.1922 - Remote Command Execution

Aviatrix Controller 6.x before 6.5-1804.1922 contains a vulnerability that allows unrestricted upload of a file with a dangerous type, which allows an unauthenticated user to execute arbitrary code via directory traversal. id: CVE-2021-40870 info: name: Aviatrix Controller 6.x before 6.5-1804.192...

9.8CVSS9.2AI score0.93019EPSS
SaveExploits5References5
Nuclei
Nuclei
added 2026/08/17 3:58 a.m.120 views

Fortinet - Authentication Bypass

Fortinet FortiOS is vulnerable to an information disclosure via service-worker.js that could allow an attacker to access sensitive information.This vulnerability affects FortiOS and could potentially lead to unauthorized access to the system. id: CVE-2024-55591 info: name: Fortinet - Authenticati...

9.8CVSS8.8AI score0.98259EPSS
SaveExploits9References2
Rows per page
Query Builder