phpMyAdmin 是否会对生产造成安全风险

编程入门 行业动态 更新时间:2024-10-10 14:23:53
本文介绍了phpMyAdmin 是否会对生产造成安全风险的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我使用的 VPS 曾经有 phpMyAdmin 预安装选项,但删除了它,指出它会带来安全风险.是吗?

The VPS I was using used to have phpMyAdmin pre-installation option but removed it stating it poses security risk. Does it?

如果是这样,您是否推荐在生产中浏览数据库的替代方法(除了在控制台中运行 SQL 命令)?

If so do you recommend an alternative for browsing DB on production (other than running SQL commands in console)?

推荐答案

您添加到系统中的任何额外软件都会增加复杂性.复杂性是安全的敌人.

Any extra software you add to a system adds complexity. Complexity is the enemy of security.

PHP 网络应用程序以草率编码而臭名昭著,当然 phpMyAdmin 已经超过其份额的安全漏洞 过去.您当然可以通过例如减轻损害.将 HTTPS 与客户端证书放在一起,但这并不能阻止跨站点请求伪造攻击.

PHP webapps are notorious for sloppy coding and certainly phpMyAdmin has had more than its share of security holes in the past. You can certainly mitigate the damage by eg. putting behind HTTPS with a client certificate, but that's not going to prevent cross-site-request-forgery attacks.

对于生产机器,我真的更喜欢使用控制台.

For a production machine, I'd really prefer to stick to the console.

更多推荐

phpMyAdmin 是否会对生产造成安全风险

本文发布于:2023-06-02 22:46:45,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/457492.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:会对   风险   phpMyAdmin

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!