渗透云记 -专注于网络安全与技术分享
!
也想出现在这里? 联系我们
创意广告
最新发布第504页
Apache Struts2(S2-062)远程代码执行漏洞(CVE-2021-31805)-渗透云记 - 专注于网络安全与技术分享

Apache Struts2(S2-062)远程代码执行漏洞(CVE-2021-31805)

漏洞标题 Apache Struts2(S2-062)远程代码执行漏洞(CVE-2021-31805) 漏洞描述 Apache Struts2框架是一个用于开发Java EE网络应用程序的Web框架。Apache Struts< 2.5.30存在OGNL表达式注入漏...
CVE-2018-2894: Oracle WebLogic Server - Remote Code Execution-渗透云记 - 专注于网络安全与技术分享

CVE-2018-2894: Oracle WebLogic Server – Remote Code Execution

漏洞标题 CVE-2018-2894: Oracle WebLogic Server - Remote Code Execution 漏洞描述 The Oracle WebLogic Server component of Oracle Fusion Middleware (subcomponent: WLS - Web Services) ...
CVE-2024-3822: Base64 Encoder/Decoder <= 0.9.2 - Cross-Site Scripting-渗透云记 - 专注于网络安全与技术分享

CVE-2024-3822: Base64 Encoder/Decoder <= 0.9.2 - Cross-Site Scripting

漏洞标题 CVE-2024-3822: Base64 Encoder/Decoder <= 0.9.2 - Cross-Site Scripting 漏洞描述 The Base64 Encoder/Decoder WordPress plugin through 0.9.2 does not sanitise and escape a ...
云记的头像-渗透云记 - 专注于网络安全与技术分享云记2024年12月5日 22:11
20
Nginx使用Lua模块实现WAF的原理解析_nginx-渗透云记 - 专注于网络安全与技术分享

Nginx使用Lua模块实现WAF的原理解析_nginx

waf是通过执行一系列针对HTTP/HTTPS的安全策略来专门为Web应用提供保护的一款产品,本文重点给大家介绍Nginx使用Lua模块实现WAF的原理,需要的朋友参考下吧 目录一、WAF产生的背景二、什么是WAF...
云记的头像-渗透云记 - 专注于网络安全与技术分享云记2022年6月15日 09:06
020
linux内核copy_{to, from}_user()的思考_Linux-渗透云记 - 专注于网络安全与技术分享

linux内核copy_{to, from}_user()的思考_Linux

本文即将介绍copy_{to,from}_user()接口的使用应,它是kernel space和user space沟通的桥梁,接下来一起学习学习吧 目录一、什么是copy_{to,from}_user()1、copy_{to,from}_user()对比memcpy()2...
云记的头像-渗透云记 - 专注于网络安全与技术分享云记2022年6月17日 09:59
020
CVE-2023-42344: OpenCMS - XML external entity (XXE)-渗透云记 - 专注于网络安全与技术分享

CVE-2023-42344: OpenCMS – XML external entity (XXE)

漏洞标题 CVE-2023-42344: OpenCMS - XML external entity (XXE) 漏洞描述 users can execute code without authentication. An attacker can execute malicious requests on the OpenCms serve...
CVE-2020-11455: LimeSurvey 4.1.11 - Local File Inclusion-渗透云记 - 专注于网络安全与技术分享

CVE-2020-11455: LimeSurvey 4.1.11 – Local File Inclusion

漏洞标题 CVE-2020-11455: LimeSurvey 4.1.11 - Local File Inclusion 漏洞描述 LimeSurvey before 4.1.12+200324 is vulnerable to local file inclusion because it contains a path traversa...
CVE-2022-43939: Hitachi Pentaho Business Analytics Server - Bypass Authorization-渗透云记 - 专注于网络安全与技术分享

CVE-2022-43939: Hitachi Pentaho Business Analytics Server – Bypass Authorization

漏洞标题 CVE-2022-43939: Hitachi Pentaho Business Analytics Server - Bypass Authorization 漏洞描述 Hitachi Vantara Pentaho Business Analytics Server versions before 9.4.0.1 and 9.3...
CVE-2010-1217: Joomla! Component & Plugin JE Tooltip 1.0 - Local File Inclusion-渗透云记 - 专注于网络安全与技术分享

CVE-2010-1217: Joomla! Component & Plugin JE Tooltip 1.0 – Local File Inclusion

漏洞标题 CVE-2010-1217: Joomla! Component & Plugin JE Tooltip 1.0 - Local File Inclusion 漏洞描述 A directory traversal vulnerability in the JE Form Creator (com_jeformcr) comp...
CVE-2020-24949: PHP-Fusion 9.03.50 - Remote Code Execution-渗透云记 - 专注于网络安全与技术分享

CVE-2020-24949: PHP-Fusion 9.03.50 – Remote Code Execution

漏洞标题 CVE-2020-24949: PHP-Fusion 9.03.50 - Remote Code Execution 漏洞描述 PHP-Fusion 9.03.50 downloads/downloads.php allows an authenticated user (not admin) to send a crafted r...
云记的头像-渗透云记 - 专注于网络安全与技术分享云记2020年8月12日 05:56
20
CVE-2022-23779: Zoho ManageEngine - Internal Hostname Disclosure-渗透云记 - 专注于网络安全与技术分享

CVE-2022-23779: Zoho ManageEngine – Internal Hostname Disclosure

漏洞标题 CVE-2022-23779: Zoho ManageEngine - Internal Hostname Disclosure 漏洞描述 Zoho ManageEngine Desktop Central before 10.1.2137.8 exposes the installed server name to anyone....
CVE-2023-27584: Dragonfly2 < 2.1.0-beta.1 - Hardcoded JWT Secret-渗透云记 - 专注于网络安全与技术分享

CVE-2023-27584: Dragonfly2 < 2.1.0-beta.1 - Hardcoded JWT Secret

漏洞标题 CVE-2023-27584: Dragonfly2 < 2.1.0-beta.1 - Hardcoded JWT Secret 漏洞描述 Dragonfly is an open source P2P-based file distribution and image acceleration system. It is h...
Nginx中break与last的区别详析_nginx-渗透云记 - 专注于网络安全与技术分享

Nginx中break与last的区别详析_nginx

这篇文章主要给大家介绍了关于Nginx中break与last区别的相关资料,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧 ...
云记的头像-渗透云记 - 专注于网络安全与技术分享云记2022年10月19日 21:20
020
CVE-2008-6982: Devalcms 1.4a - Cross-Site Scripting-渗透云记 - 专注于网络安全与技术分享

CVE-2008-6982: Devalcms 1.4a – Cross-Site Scripting

漏洞标题 CVE-2008-6982: Devalcms 1.4a - Cross-Site Scripting 漏洞描述 Devalcms 1.4a contains a cross-site scripting vulnerability in the currentpath parameter of the index.php file...
CVE-2025-1098: Ingress-Nginx Controller - Configuration Injection via Unsanitized Mirror Annotations-渗透云记 - 专注于网络安全与技术分享

CVE-2025-1098: Ingress-Nginx Controller – Configuration Injection via Unsanitized Mirror Annotations

漏洞标题 CVE-2025-1098: Ingress-Nginx Controller - Configuration Injection via Unsanitized Mirror Annotations 漏洞描述 A security issue was discovered in ingress-nginx https-//gith...
Adobe Commerce CVE-2024-34102 XML外部实体注入漏洞-渗透云记 - 专注于网络安全与技术分享

Adobe Commerce CVE-2024-34102 XML外部实体注入漏洞

漏洞标题 Adobe Commerce CVE-2024-34102 XML外部实体注入漏洞 漏洞描述 Adobe Commerce 存在XML外部实体注入漏洞,此漏洞是由于程序未充分验证用户输入estimate-shipping-methods的数据所导致...
白帽黑客
白帽黑客网络用语中指站在黑客的立场攻击自己的系统以进行安全漏洞排查的程序员。他们用的是黑客(一般指“黑帽子黑客”)惯用的破坏攻击的方法,行的却是维护安全之事
268篇文章更多文章
2026年4月24日 17:11
2026年4月24日 16:31
红队钓鱼攻击专辑
这是最常用的方式,在大多数的APT组织以及红队攻击中,这是最常用的手段。 与传统的宏启用文档相比,这种攻击的好处是多方面的。在对目标执行网络钓鱼攻击时,你可以将.docx 的文档直接...
5篇文章更多文章
2026年3月2日 20:22
2026年3月2日 20:05