Aggregator
GitLab 修补了允许未经授权执行流水线作业的关键漏洞
新型安卓恶意软件 “Ajina.Banker ”利用Telegram渠道传播钓鱼页面与窃取2FA信息
CVE-2022-3459 | WooCommerce Multiple Free Gift Plugin up to 1.2.3 on WordPress improper authorization
CVE-2024-8271 | FOX Plugin up to 1.4.2.1 on WordPress Shortcode code injection
全国政协主席会议成员调研360集团 鼓励企业加强“卡脖子”技术攻关
CVE-2024-46047 | Tenda FH451 1.0.0.9 fromDhcpListClient stack-based overflow
CVE-2024-46048 | Tenda FH451 1.0.0.9 formexeCommand command injection
CVE-2024-46046 | Tenda FH451 1.0.0.9 RouteStatic stack-based overflow
USENIX Security ’23 – Security Analysis of MongoDB Queryable Encryption
Authors/Presenters:Zichen Gui, Kenneth G. Paterson, Tianxin Tang
Many thanks to USENIX for publishing their outstanding USENIX Security ’23 Presenter’s content, and the organizations strong commitment to Open Access. Originating from the conference’s events situated at the Anaheim Marriott; and via the organizations YouTube channel.
The post USENIX Security ’23 – Security Analysis of MongoDB Queryable Encryption appeared first on Security Boulevard.
一年卖出 30 亿,AI 硬件开启猿辅导的「新增长曲线」
一年卖出 30 亿,AI 硬件开启猿辅导的「第二曲线」
国产大模型,应该避免走入加拉帕戈斯时刻
Шифрованная связь для мафии: осуждены разработчики анонимных телефонов в Нидерландах
CVE-2014-6701 | Vendormate Mobile 3.0 X.509 Certificate cryptographic issues (VU#582497)
CVE-2007-2609 | gnuedu web/lom.php ETCDIR code injection (EDB-3876 / XFDB-34174)
Fortinet: взлом, шантаж и отказ платить - что стоит за утечкой?
CVE-2024-29847 Deep Dive: Ivanti Endpoint Manager AgentPortal Deserialization of Untrusted Data Remote Code Execution Vulnerability
Introduction Ivanti Endpoint Manager (EPM) is an enterprise endpoint management solution that allows for centralized management of devices within an organization. On September 12th, 2024, ZDI and Ivanti released an advisory describing a deserialization vulnerability resulting in remote code execution with a CVSS score of 9.8. In this post we detail the internal workings of this vulnerability. Our POC can be found here. We would like to credit @SinSinology with the discovery of this vulnerability. AgentPortal The ZDI advisory told us exactly where to look for the vulnerability. A service named AgentPortal. A quick search shows us that we can find the file at C:\Program Files\LanDesk\ManagementSuite\AgentPortal.exe. Upon further investigation, we find that it is a .NET binary. After loading AgentPortal.exe into JetBrains dotPeek for decompilation, we find that its not a very complicated program. It’s main responsibility is creating a .NET Remoting service for the IAgentPortal interface. IAgentPortal Interface The IAgentPortal interface is pretty simple, it consists of functions to create Requests and other functions to get the results and check the status of those requests. Digging into what kind of requests we can make, we find the ActionEnum enum. We are immediately drawn to the RunProgram option. The handler […]
The post CVE-2024-29847 Deep Dive: Ivanti Endpoint Manager AgentPortal Deserialization of Untrusted Data Remote Code Execution Vulnerability appeared first on Horizon3.ai.
The post CVE-2024-29847 Deep Dive: Ivanti Endpoint Manager AgentPortal Deserialization of Untrusted Data Remote Code Execution Vulnerability appeared first on Security Boulevard.