193.189.211.94
{
"scan_id": 1731505327,
"ip": "193.189.211.94",
"is_ipv4": true,
"is_ipv6": false,
"location": {
"network": "",
"postal_code": "",
"coordinates": {
"latitude": null,
"longitude": null
},
"geo_point": "",
"locale_code": "",
"continent": "",
"country_code": "",
"country_name": "",
"city": ""
},
"location_updated_at": "0001-01-01T00:00:00Z",
"asn": {
"number": "",
"organization": "",
"country_code": ""
},
"asn_updated_at": "0001-01-01T00:00:00Z",
"whois": {
"network": "",
"organization": "",
"descr": "",
"_encoding": {
"raw": "BASE64"
}
},
"whois_updated_at": "0001-01-01T00:00:00Z",
"tags": [
{
"name": "is_anonymous_proxy",
"pretty_name": "Anonymous Proxy",
"value": false,
"last_updated_at": "0001-01-01T00:00:00Z"
},
{
"name": "is_cdn",
"pretty_name": "CDN",
"value": false,
"last_updated_at": "2024-10-29T14:08:53Z"
},
{
"name": "is_satellite_provider",
"pretty_name": "Satellite Provider",
"value": false,
"last_updated_at": "0001-01-01T00:00:00Z"
}
],
"hostnames": [
{
"name": "pc94.theadvisors.com",
"last_updated_at": "2024-11-14T12:05:51.788248664Z"
}
],
"services": [
{
"port": 443,
"protocol": "tcp",
"name": "http",
"version": "",
"product": "Apache httpd",
"extra_info": "",
"tunnel": "ssl",
"softwares": [
{
"uri": "cpe:/a:apache:http_server",
"part": "a",
"vendor": "apache",
"product": "http_server",
"version": "ANY",
"language": "ANY",
"edition": "ANY",
"update": "ANY"
}
],
"modules": {
"http": {
"body": "<!DOCTYPE html>\n<html>\n <head>\n \n \n\n <meta charset=\"utf-8\"/>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>\n <meta HTTP-EQUIV='Cache-Control' CONTENT='no-cache'>\n <title>Logon - SINEMA Remote Connect</title>\n\n <link rel=\"stylesheet\" href=\"/static/css/normalize.css? 1727367323\"/>\n <link rel=\"stylesheet\" href=\"/static/css/layout.css? 1727367323\"/>\n <link rel=\"stylesheet\" href=\"/static/css/login.css? 1727367323\"/>\n <link rel=\"stylesheet\" href=\"/static/css/font-awesome.css? 1727367323\"/>\n\n <script type=\"text/javascript\" src=\"/static/js/jquery.js\"></script>\n <script type=\"text/javascript\" src=\"/static/js/sinemarc.js\"></script>\n\n </head>\n <body>\n\n \n\n\n\n<div class=\"header clearfix\">\n <img src=\"/static/img/logo.gif\" alt=\"SIEMENS\" class=\"logo\"/>\n <span class=\"product-name\">SINEMA Remote Connect</span>\n\n <div class=\"language-selector\">\n <form action=\"/i18n/setlang/\" method=\"POST\">\n <input type='hidden' name='csrfmiddlewaretoken' value='JbouPX75ekEUWnaBWZnRJpEuMV4e8OSA' />\n\n <label for=\"id_language_selector\">Language</label>:\n <select id=\"id_language_selector\" name=\"language\" onChange=\"submit()\">\n \n \n <option value=\"de\">\n Deutsch\n </option>\n \n <option value=\"en\" selected=\"selected\">\n English\n </option>\n \n </select>\n </form>\n </div>\n\n <div class=\"clock\">1727367323#en#0#</div>\n\n <div class=\"online-help\">\n <a href=\"#\" onClick=\"openHelpWindow('/static/help/en/login_help.htm');\">Help<i class=\"fa fa-question-circle fa-fw\"></i></a>\n </div>\n</div>\n\n\n <div class=\"content\">\n <div class=\"login-form-wrapper\">\n <div class=\"tab\">\n <button id=\"localTab\" class=\"tablinks\" onclick=\"openLoginForm(event)\">Local</button>\n \n <button class=\"tablinks\" disabled>UMC</button>\n \n </div>\n <div id=\"local\" class=\"tabcontent\" style=\"display: block;\">\n <form action=\"/wbm/login/\" method=\"POST\" class=\"login-form\">\n <input type='hidden' name='csrfmiddlewaretoken' value='JbouPX75ekEUWnaBWZnRJpEuMV4e8OSA' />\n <input id=\"id_utcoffset\" name=\"utcoffset\" type=\"hidden\" value=\"0\"/>\n\n <div class=\"form-row\">\n <label for=\"id_username\">User name:</label>\n <input id=\"id_username\" maxlength=\"254\" name=\"username\" type=\"text\" />\n </div>\n\n <div class=\"form-row\">\n <label for=\"id_password\">Password:</label>\n <input id=\"id_password\" name=\"password\" type=\"password\" autocomplete=\"off\"/>\n </div>\n\n \n\n <div class=\"form-row\">\n <label for=\"id_submit\"> </label>\n <button id=\"id_submit\" type=\"submit\"><span class=\"button\">Log on</span></button>\n </div>\n\n </form>\n </div>\n <div id=\"umc\" class=\"tabcontent\">\n \n </div>\n </div>\n\n \n\n \n\n \n\n <div class=\"sep\"></div>\n\n <div class=\"pki\">\n \n <img src=\"/static/img/chip-icon.png\">\n \n <p>PKI Login</p>\n </div>\n\n </div>\n\n <script type=\"text/javascript\">\n <!--\n var d = new Date();\n $(\"#id_utcoffset\").prop('value', d.getTimezoneOffset() * -1);\n\n var usernameInput = $(\"#id_username\");\n usernameInput.focus().val(usernameInput.val());\n\n -->\n </script>\n\n <script type=\"text/javascript\">\n var isUmcFailed = \"None\" === \"None\" ? false:true;\n var iUMCActive = \"False\" ===\"True\"? true:false;\n $(document).ready(function () {\n if (isUmcFailed) {\n if (!iUMCActive){\n toggleLoginForm(\"localTab\");\n } else{\n toggleLoginForm(\"umcTab\");\n }\n } else {\n toggleLoginForm(\"localTab\");\n }\n });\n\n function toggleLoginForm(formName) {\n if (formName === \"localTab\"){\n $('#umcTab').removeClass(\"active\");\n $('#localTab').addClass(\"active\");\n $(\"#umc\").css(\"display\", \"none\");\n $(\"#local\").css(\"display\", \"block\");\n } else {\n $('#localTab').removeClass(\"active\");\n $('#umcTab').addClass(\"active\");\n $(\"#local\").css(\"display\", \"none\");\n $(\"#umc\").css(\"display\", \"block\");\n }\n }\n\n function openLoginForm(e) {\n toggleLoginForm(e.currentTarget.id);\n }\n </script>\n </body>\n</html>\n",
"body_murmur": 71959072,
"body_sha256": "71cb9a69bad4e7b08b5d408cab66d9aa1ec7695afa6d0b7beeb387444383c66c",
"component": [
"Apache HTTP Server",
"Django",
"Python"
],
"content_length": -1,
"headers": {
"cache_control": [
"max-age=0"
],
"content_language": [
"en"
],
"content_type": [
"text/html; charset=utf-8"
],
"date": [
"Thu, 26 Sep 2024 16:15:23 GMT"
],
"expires": [
"Thu, 26 Sep 2024 16:15:23 GMT"
],
"last_modified": [
"Thu, 26 Sep 2024 16:15:23 GMT"
],
"server": [
"Apache"
],
"set_cookie": [
"csrftoken=JbouPX75ekEUWnaBWZnRJpEuMV4e8OSA; expires=Thu, 25-Sep-2025 16:15:23 GMT; httponly; Max-Age=31449600; Path=/; secure",
"sessionid=ncjxcjnor3xtx3loelyihc8dtq4cmxng; httponly; Path=/; secure"
],
"strict_transport_security": [
"max-age=15768000"
],
"vary": [
"Cookie,Accept-Language,Accept-Encoding"
],
"x_content_type_options": [
"nosniff"
],
"x_frame_options": [
"sameorigin"
],
"x_xss_protection": [
"1; mode=block"
]
},
"protocol": "HTTP/1.1",
"redirects": [
{
"content_length": -1,
"headers": {
"content_language": [
"en"
],
"content_type": [
"text/html; charset=utf-8"
],
"date": [
"Thu, 26 Sep 2024 16:15:23 GMT"
],
"location": [
"https://193.189.211.94/wbm/login/"
],
"server": [
"Apache"
],
"strict_transport_security": [
"max-age=15768000"
],
"vary": [
"Accept-Language,Cookie"
],
"x_content_type_options": [
"nosniff"
],
"x_frame_options": [
"sameorigin"
],
"x_xss_protection": [
"1; mode=block"
]
},
"location": "https://193.189.211.94/wbm/login/",
"protocol": "HTTP/1.1",
"status_code": 302,
"status_line": "302 FOUND"
}
],
"request": {
"headers": {
"accept": [
"*/*"
],
"referer": [
"https://193.189.211.94"
],
"user_agent": [
"Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
]
},
"method": "GET",
"url": {
"host": "193.189.211.94",
"path": "/wbm/login/",
"scheme": "https"
}
},
"status_code": 200,
"title": "Logon - SINEMA Remote Connect",
"transfer_encoding": [
"chunked"
]
},
"tls": {
"certificate": {
"extensions": {
"basic_constraints": {
"is_ca": true
},
"extended_key_usage": {
"any": false,
"apple_code_signing": false,
"apple_code_signing_development": false,
"apple_code_signing_third_party": false,
"apple_crypto_development_env": false,
"apple_crypto_env": false,
"apple_crypto_maintenance_env": false,
"apple_crypto_production_env": false,
"apple_crypto_qos": false,
"apple_crypto_test_env": false,
"apple_crypto_tier0_qos": false,
"apple_crypto_tier1_qos": false,
"apple_crypto_tier2_qos": false,
"apple_crypto_tier3_qos": false,
"apple_ichat_encryption": false,
"apple_ichat_signing": false,
"apple_resource_signing": false,
"apple_software_update_signing": false,
"apple_system_identity": false,
"client_auth": false,
"code_signing": false,
"dvcs": false,
"eap_over_lan": false,
"eap_over_ppp": false,
"email_protection": false,
"ipsec_end_system": false,
"ipsec_intermediate_system_usage": false,
"ipsec_tunnel": false,
"ipsec_user": false,
"microsoft_ca_exchange": false,
"microsoft_cert_trust_list_signing": false,
"microsoft_csp_signature": false,
"microsoft_document_signing": false,
"microsoft_drm": false,
"microsoft_drm_individualization": false,
"microsoft_efs_recovery": false,
"microsoft_embedded_nt_crypto": false,
"microsoft_encrypted_file_system": false,
"microsoft_enrollment_agent": false,
"microsoft_kernel_mode_code_signing": false,
"microsoft_key_recovery_21": false,
"microsoft_key_recovery_3": false,
"microsoft_license_server": false,
"microsoft_licenses": false,
"microsoft_lifetime_signing": false,
"microsoft_mobile_device_software": false,
"microsoft_nt5_crypto": false,
"microsoft_oem_whql_crypto": false,
"microsoft_qualified_subordinate": false,
"microsoft_root_list_signer": false,
"microsoft_server_gated_crypto": false,
"microsoft_sgc_serialized": false,
"microsoft_smart_display": false,
"microsoft_smartcard_logon": false,
"microsoft_system_health": false,
"microsoft_system_health_loophole": false,
"microsoft_timestamp_signing": false,
"microsoft_whql_crypto": false,
"netscape_server_gated_crypto": false,
"ocsp_signing": false,
"sbgp_cert_aa_service_auth": false,
"server_auth": true,
"time_stamping": false
},
"key_usage": {
"certificate_sign": false,
"content_commitment": false,
"crl_sign": false,
"data_encipherment": false,
"decipher_only": false,
"digital_signature": true,
"encipher_only": false,
"key_agreement": false,
"key_encipherment": true
},
"subject_alt_name": {
"dns_names": [
"zuefle.dyndns.info"
],
"ip_address": [
"84.130.62.197",
"192.168.1.80"
]
}
},
"fingerprint_md5": "7748416D05EDF9AEAB90ADE296E06E5C",
"fingerprint_sha1": "E82D46EB337C11C2FBCA557B2CDDDCA83C89A054",
"fingerprint_sha256": "C346E27B4DE284668677F36F214F77186EF9E914707EA2A2778071A0BB5F0931",
"issuer": {
"common_name": [
"CA 376584 SINEMA RC"
]
},
"issuer_dn": "/CN=CA 376584 SINEMA RC",
"jarm": "16d16d16d14d16d00016d16d16d16df572ac71996ec56855731b41418b2c77",
"redacted": false,
"revocation": {
"ocsp": {
"reason": "UNKNOWN",
"revoked": false
}
},
"serial_number": "26",
"signature": {
"algorithm": {
"name": "SHA256-RSA",
"oid": "1.2.840.113549.1.1.11"
},
"self_signed": false,
"value": "NTA0OTY3OTdhZjVlYTM0NWFhMzA4YWI5ZjRkZGZmOTU0YTQ0M2Y5OTQzZDIxNTcwMmVkMTk5NDVlYmVlNTU2NmM1OTU2YmMwMzk2NjQ5MjNiMjM1ZDBkNTA5Y2MyN2E1YTQwODMzOWEwZTE0MzY5Mzk0ODJjYzI5ZjczNWY0YmIxMzJlNzg1NDNmYTZjMzlkNWMwZTM4YTg1ZmI5ZjY4M2Y4ZTBiMWY2MmQxZTQzNjdjYzUwNTE1ZDUwYTVhM2YwOWE2YmQxMGNlZTI2MGRmMDg4MjFjYWI4ZmVkOTNiOGRhODI2NDViMzAwZDUwNTRiMDA2NzAxNTVlNGZlZmYxNjNjZGQxOWI2ZjhmOGVkY2Y5ODU0ZDNkZWVjMWE1YjUyN2FmNTMzZDQ3YTk2YmIyM2U3ZTNkMmU3ZDc2OTA0MjQ1YzczZjljYzE0ZjgxYjdhNmI5M2VlNDdjNGE1ZjE4NjVhODE1MmQ2ZWQ1ZGM4OTdiMWVmZmFjY2Q1NTNhNGFkZmZmZjU0ZmFjYzU0NzE3YjJjYzMxNGZkMzRmNjQ5M2NiMGRkMjc3MzA5YWZmNjQzNGU3YmU3NmQ3MDQ2M2EzMjhmNmU5M2Q5YzI1ZGIzNzBlNjgyMTMxNmI4MzcxNmVhNWQyYzBjNDY0ZjVkYjY3M2RkM2YwZTI4MDU2ZTE0NTc="
},
"subject": {
"common_name": [
"zuefle.dyndns.info"
]
},
"subject_alt_name": {
"dns_names": [
"zuefle.dyndns.info"
],
"extended_dns_names": [
{
"domain": "zuefle",
"fld": "zuefle.dyndns.info",
"tld": "dyndns.info"
}
]
},
"subject_dn": "/CN=zuefle.dyndns.info",
"subject_key_info": {
"_key": "rsa",
"dh": [],
"dsa": [],
"ecdsa": [],
"fingerprint_sha256": "807d2dd79d346c694596a713430d54c0a0be2cb46cc1a8d926fcc81dac8aa650",
"key_algorithm": "RSA",
"rsa": {
"exponent": 65537,
"length": 2048,
"modulus": "MHhkMWM2ZDQ4ZDYwYzc3Y2RjMTM1MTg3NjFiOTdhYWI4ODllN2JmZTAxMjUwNGUyNTE5MDUwMTZmZjQzNzMzYWZiODk1ZWI1YTM3MjEzYmMyOTk4MDlkOWJlODY4NzJiZmY4NzY4MmFmMmRhMTljNzc0YmM5YjE4NTRjOTY3ZTMxOGI4NTE1NjJlMTY2YmRkNDlmZDJkNGE5NDllZTliZjY0ZmNlNjU5YTY0YzU0NzNjYWRmZjM3ODNkYzlkOTkwYzhiMjQ2ZTQ4NWVhNmEwZGRjMzY3NzExNzliMDhmNGRiNzczYzZjOTIwNjlmNGI3ZTlkMDI2MTNiMjg5YjU4MjY2ZjQ3YzU4OTBhM2E3Mjg5Y2FhZmU1ZDg0MmUwZGY5ZTI0MWU2ODUxMGQwMGZkOWExYzJjMGVmN2ZlMjRkOTExZmNlZjg2ZTRjZGIxZGQ4YzQ1MTBlZGVmOWViNzBmM2ZiOGRmMWYyMjgyNWU3NjRiNDM0NzczMzM3Y2YyMmU0N2U3NzM2NmU5YWU4YzU1ZTUwNDQ5YzNlMjhkNzk0NzM4NmRiODE1YmNlOTY0YjhkNzVkZGU3NGVkYWFkMmI5ODExNWFlMzYwOGM1ZDc4Nzg2Y2E1YTkzNGU3NzJmMGMxMTkxYTQyNWJmY2I3YjIzMTllM2IxYThhYjA4NjhhMGM5Mw=="
}
},
"tbs_fingerprint": "354306015749dcd4c2d4ec70a3566fe462b8c9315877140232ae1f1fdc347226",
"validation_level": "DV",
"validity": {
"length_seconds": 31708800,
"not_after": "2025-05-09T10:16:40",
"not_before": "2024-05-07T10:16:40"
},
"version": 2
},
"fingerprint_sha256": "C346E27B4DE284668677F36F214F77186EF9E914707EA2A2778071A0BB5F0931",
"precert": false,
"raw": "MIIDEzCCAfugAwIBAgIBGjANBgkqhkiG9w0BAQsFADAeMRwwGgYDVQQDDBNDQSAzNzY1ODQgU0lORU1BIFJDMB4XDTI0MDUwNzEwMTY0MFoXDTI1MDUwOTEwMTY0MFowHTEbMBkGA1UEAwwSenVlZmxlLmR5bmRucy5pbmZvMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0cbUjWDHfNwTUYdhuXqriJ57/gElBOJRkFAW/0NzOvuJXrWjchO8KZgJ2b6Ghyv/h2gq8toZx3S8mxhUyWfjGLhRVi4Wa91J/S1KlJ7pv2T85lmmTFRzyt/zeD3J2ZDIskbkhepqDdw2dxF5sI9Nt3PGySBp9Lfp0CYTsom1gmb0fFiQo6conKr+XYQuDfniQeaFENAP2aHCwO9/4k2RH874bkzbHdjEUQ7e+etw8/uN8fIoJedktDR3MzfPIuR+dzZumujFXlBEnD4o15RzhtuBW86WS4113edO2q0rmBFa42CMXXh4bKWpNOdy8MEZGkJb/LeyMZ47GoqwhooMkwIDAQABo10wWzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIFoDATBgNVHSUEDDAKBggrBgEFBQcDATAsBgNVHREBAf8EIjAghwRUgj7FhwTAqAFQghJ6dWVmbGUuZHluZG5zLmluZm8wDQYJKoZIhvcNAQELBQADggEBAFBJZ5evXqNFqjCKufTd/5VKRD+ZQ9IVcC7RmUXr7lVmxZVrwDlmSSOyNdDVCcwnpaQIM5oOFDaTlILMKfc19LsTLnhUP6bDnVwOOKhfufaD+OCx9i0eQ2fMUFFdUKWj8Jpr0QzuJg3wiCHKuP7ZO42oJkWzANUFSwBnAVXk/v8WPN0Ztvj47c+YVNPe7BpbUnr1M9R6lrsj5+PS59dpBCRcc/nMFPgbemuT7kfEpfGGWoFS1u1dyJex7/rM1VOkrf//VPrMVHF7LMMU/TT2STyw3SdzCa/2Q057521wRjoyj26T2cJds3DmghMWuDcW6l0sDEZPXbZz3T8OKAVuFFc=",
"tags": [
"dv",
"trusted"
]
}
},
"cve": [
{
"id": "CVE-1999-0070",
"score": 5,
"severity": "medium"
},
{
"id": "CVE-1999-1199",
"score": 10,
"severity": "high"
},
{
"id": "CVE-2023-25690",
"score": 9.8,
"severity": "critical"
}
],
"url": "https://193.189.211.94/",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-09-30T00:06:38.325Z"
},
{
"port": 1723,
"protocol": "tcp",
"name": "pptp",
"version": "",
"product": "Point to Point Tunneling Protocol",
"extra_info": "",
"tunnel": "",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-09-17T13:20:30.324Z"
},
{
"port": 5060,
"protocol": "tcp",
"name": "sip",
"version": "",
"product": "AVM FRITZ!OS SIP",
"extra_info": "",
"tunnel": "",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-11-14T11:28:11.959Z"
},
{
"port": 5443,
"protocol": "tcp",
"name": "spss",
"version": "",
"product": "",
"extra_info": "",
"tunnel": "",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-09-20T05:21:58.089Z"
}
],
"services_hash": "b05ea3e410e79ea78bbc42a7f5c893c96e8a9c50115ac9794b1c1060f3886a91",
"last_updated_at": "2024-11-14T11:28:11.959Z",
"banner": [
"http",
"tls"
],
"is_vuln": true,
"cveDetails": {
"CVE-1999-0070": {
"id": "CVE-1999-0070",
"references": [
"https://lists.apache.org/thread.html/rc5d27fc1e76dc5650e1a3f1db1de403120f4c2d041cb7352850455c2%40%3Cusers.httpd.apache.org%3E"
],
"score": 5,
"services": [
"443/http"
],
"severity": "medium",
"summary": "test-cgi program allows an attacker to list files on the server.",
"vector_string": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"weakness": "NVD-CWE-noinfo"
},
"CVE-1999-1199": {
"id": "CVE-1999-1199",
"references": [
"http://marc.info/?l=bugtraq&m=90252779826784&w=2",
"http://marc.info/?l=bugtraq&m=90276683825862&w=2",
"http://marc.info/?l=bugtraq&m=90280517007869&w=2",
"http://marc.info/?l=bugtraq&m=90286768232093&w=2",
"http://www.redhat.com/support/errata/rh51-errata-general.html#apache",
"https://lists.apache.org/thread.html/r5419c9ba0951ef73a655362403d12bb8d10fab38274deb3f005816f5%40%3Ccvs.httpd.apache.org%3E",
"https://lists.apache.org/thread.html/r9f93cf6dde308d42a9c807784e8102600d0397f5f834890708bf6920%40%3Ccvs.httpd.apache.org%3E",
"https://lists.apache.org/thread.html/rf2f0f3611f937cf6cfb3b4fe4a67f69885855126110e1e3f2fb2728e%40%3Ccvs.httpd.apache.org%3E",
"https://lists.apache.org/thread.html/rf6449464fd8b7437704c55f88361b66f12d5b5f90bcce66af4be4ba9%40%3Ccvs.httpd.apache.org%3E"
],
"score": 10,
"services": [
"443/http"
],
"severity": "high",
"summary": "Apache WWW server 1.3.1 and earlier allows remote attackers to cause a denial of service (resource exhaustion) via a large number of MIME headers with the same name, aka the \"sioux\" vulnerability.",
"vector_string": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"weakness": "NVD-CWE-Other"
},
"CVE-2023-25690": {
"id": "CVE-2023-25690",
"references": [
"http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html",
"https://httpd.apache.org/security/vulnerabilities_24.html",
"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html",
"https://security.gentoo.org/glsa/202309-01"
],
"score": 9.8,
"services": [
"443/http"
],
"severity": "critical",
"summary": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\n\n\n\n\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\n or ProxyPassMatch in which a non-specific pattern matches\n some portion of the user-supplied request-target (URL) data and is then\n re-inserted into the proxied request-target using variable \nsubstitution. For example, something like:\n\n\n\n\nRewriteEngine on\nRewriteRule \"^/here/(.*)\" \"http://example.com:8080/elsewhere?$1\"; [P]\nProxyPassReverse /here/ http://example.com:8080/\n\n\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.\n\n\n",
"vector_string": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"weakness": "CWE-444"
},
"CVE-2023-27522": {
"id": "CVE-2023-27522",
"references": [
"https://httpd.apache.org/security/vulnerabilities_24.html",
"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html",
"https://security.gentoo.org/glsa/202309-01"
],
"score": 7.5,
"services": [
"443/http"
],
"severity": "high",
"summary": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.\n\n\n",
"vector_string": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"weakness": "CWE-444"
}
}
}