Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2021-42668 — CVE-2021-42668 - SQL Injection vulnerability in the Engineers online portal system. | Kitploit
工具/GitHubGitHub/0xdeku/cve-2021-42668
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingDatabase Security
GitHub0xdeku/cve-2021-42668

CVE-2021-42668

CVE-2021-42668 - SQL Injection vulnerability in the Engineers online portal system.

查看仓库
14年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

cve-2021-42668

CVE-2021-42668 - 工程师在线门户系统中的SQL注入漏洞。

技术描述:

工程师在线门户(Engineers Online Portal)中存在一个SQL注入漏洞。攻击者可以利用"my_classmates.php"网页中易受攻击的"id"参数来操纵执行的SQL查询。因此,攻击者可以从web服务器中提取敏感数据。

受影响组件 -

易受攻击的页面 - my_classmates.php

易受攻击的参数 - "id"

利用步骤:

  1. 导航到 http://localhost/nia_munoz_monitoring_system/my_classmates.php
  2. 在id参数中插入你的payload

概念验证(PoC) -

以下payload将允许你提取web服务器上运行的MySql服务器版本 -

root@kitploit:~
' union select NULL,NULL,NULL,NULL,NULL,@@version,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL;-- -

CVE-2021-42668

参考链接 -

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42668

https://nvd.nist.gov/vuln/detail/CVE-2021-42668

发现者 -

Alon Leviev(0xDeku),2021年10月22日。

下载工具