T-005: Vulnerability in Active Directory


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) T-005: Vulnerability in Active Directory
# 1  
Old 11-13-2008
T-005: Vulnerability in Active Directory

A remote code execution vulnerability exists inimplementations of Active Directory on Microsoft Windows 2000 Server. This could allow remote code execution. The risk is MEDIUM. The vulnerability is due to incorrect memory allocation when receiving specially crafted LDAP or LDAPS requests. An attacker who successfully exploited this vulnerability could take complete control of an affected system.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Active Directory OR LDAP

Hi, How can we check users added through LDAP or AD. Users added through a group of AD or LDAP group. (2 Replies)
Discussion started by: Nishit
2 Replies

2. Windows & DOS: Issues & Discussions

Integrate RHEL with Active Directory

Hi All, I have been given the task of integrating Linux (RedHat, Ubuntu, CentOS and Mac OSX) with a Windows Server 2012 A.D. if anyone has done this before help would be very much appreciated, I have been looking at using either Samba with Win-bind or SSSD, if anyone has tested this please... (9 Replies)
Discussion started by: stuffer1984
9 Replies

3. UNIX for Advanced & Expert Users

Active Directory with 6.1

Is there anyone who is utilizing Active Directory (2008R2) for AIX user account management? If yes or if AD is possible with AIX systems, can you please share what to be done to get there? Please advise. (1 Reply)
Discussion started by: Daniel Gate
1 Replies

4. Red Hat

ldap and active directory

Hi Friends, I need your help to get some solution of one of my problem. Ours is a mixed domain. Most of the servers are windows and very little linux servers. We are using the MS AD for authentication. My problem is, I want to authenticate linux servers against AD. I donot want to use any... (1 Reply)
Discussion started by: arumon
1 Replies

5. HP-UX

HP-UX authenticating to Active Directory

Hey, I've asked questions about this project here before and gotten lots of help so I figured I'd give it another try. I've recently set up my HP-UX environment to authenticate to a Windows Active Directory server (Windows Server 2003 R2). I setup an account on Active Directory which works... (2 Replies)
Discussion started by: Rike255
2 Replies

6. UNIX for Dummies Questions & Answers

setup active directory

i would like to ask about unix with active directory..actually my situation is at ny place there already have dns server in unix based,i want to implement an active directory to the network..from what i read about active directory we have to used bind dns...some say that bind could not handle in... (1 Reply)
Discussion started by: nour
1 Replies

7. UNIX for Dummies Questions & Answers

Active Directory and UNIX

Hello - I have a very vague question, which will probably result in vague answers because I don't have a lot of detailed information and I don't know a whole lot about active directory. Our Windows/NT admin has been rolling out Active Directory over the past several weeks and as time goes on,... (1 Reply)
Discussion started by: rm -r *
1 Replies

8. Windows & DOS: Issues & Discussions

unix and active directory

Hi Does anybody know the steps and requirements of the installation process of Windows Active Directory using Unix/Linux Bind DNS. I will appreciate if somebody gives the answer. (1 Reply)
Discussion started by: Darwin Rodrigue
1 Replies
Login or Register to Ask a Question
libmapiadmin/libmapiadmin.h(3)					   libmapiadmin 				    libmapiadmin/libmapiadmin.h(3)

NAME
libmapiadmin/libmapiadmin.h - Structures for MAPI admin functions. SYNOPSIS
#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <stdint.h> #include <talloc.h> #include <ldb.h> #include <tevent.h> #include 'libmapi/libmapi.h' Data Structures struct mapiadmin_ctx MAPI admin function context. Functions struct mapiadmin_ctx * mapiadmin_init (struct mapi_session *) Create and initialise a mapiadmin_ctx structure. enum MAPISTATUS mapiadmin_release (struct mapiadmin_ctx *) Clean up a mapiadmin_ctx structure. enum MAPISTATUS mapiadmin_user_add (struct mapiadmin_ctx *) Add a user to Active Directory. enum MAPISTATUS mapiadmin_user_del (struct mapiadmin_ctx *) Delete a user from Active Directory. enum MAPISTATUS mapiadmin_user_extend (struct mapiadmin_ctx *) Extend user attributes to be Exchange user. Detailed Description Structures for MAPI admin functions. Function Documentation struct mapiadmin_ctx* mapiadmin_init (struct mapi_session *session) [read] Create and initialise a mapiadmin_ctx structure. You should use mapiadmin_release to clean up the mapiadmin_ctx structure when done. enum MAPISTATUS mapiadmin_release (struct mapiadmin_ctx *mapiadmin_ctx) Clean up a mapiadmin_ctx structure. The structure is assumed to have been allocated using mapiadmin_init() or equivalent code. Author Generated automatically by Doxygen for libmapiadmin from the source code. Version 1.0 Sat Jun 14 2014 libmapiadmin/libmapiadmin.h(3)