1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

RCE ってなに?

Posted at

勉強前イメージ

英語だけじゃ毎回そうだけどイメージつかないよね、結局わからん

調査

RCE とは

Remote Code Execution の略で、脆弱性の一種。
日本語ではリモートコード実行と言われています。
リモートでプログラムが実行できることを指します。

なぜリモートでプログラムが実行されることが脆弱性の一種なのかというと
そのプログラムの中身次第で自由にセキュリティホールを作ることができるからです。
例えばプログラムに「adminユーザを作って、パスワードは○○○○○。sshのポートも開けておく。」というのが記載されて実行されると
そのサーバにadminユーザでsshできてしまうことになり、情報漏洩や踏み台サーバとされることに繋がります。

セキュリティの中の深刻度としては深刻なレベルとして捉えられています。

勉強後イメージ

セキュリティなんだ・・・
バグとかほっておいてもなるし...一回sshとか開けられたら終わりだね。

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?